Documentation ¶
Index ¶
- type GetByPathWithPathRequestBuilder
- func (m *GetByPathWithPathRequestBuilder) CreateGetRequestInformation(options *GetByPathWithPathRequestBuilderGetOptions) (...)
- func (m *GetByPathWithPathRequestBuilder) Get(options *GetByPathWithPathRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Siteable, ...)
- type GetByPathWithPathRequestBuilderGetOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetByPathWithPathRequestBuilder ¶
type GetByPathWithPathRequestBuilder struct {
// contains filtered or unexported fields
}
GetByPathWithPathRequestBuilder provides operations to call the getByPath method.
func NewGetByPathWithPathRequestBuilder ¶
func NewGetByPathWithPathRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetByPathWithPathRequestBuilder
NewGetByPathWithPathRequestBuilder instantiates a new GetByPathWithPathRequestBuilder and sets the default values.
func NewGetByPathWithPathRequestBuilderInternal ¶
func NewGetByPathWithPathRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter, path *string) *GetByPathWithPathRequestBuilder
NewGetByPathWithPathRequestBuilderInternal instantiates a new GetByPathWithPathRequestBuilder and sets the default values.
func (*GetByPathWithPathRequestBuilder) CreateGetRequestInformation ¶
func (m *GetByPathWithPathRequestBuilder) CreateGetRequestInformation(options *GetByPathWithPathRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation invoke function getByPath
func (*GetByPathWithPathRequestBuilder) Get ¶
func (m *GetByPathWithPathRequestBuilder) Get(options *GetByPathWithPathRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Siteable, error)
Get invoke function getByPath
type GetByPathWithPathRequestBuilderGetOptions ¶
type GetByPathWithPathRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
GetByPathWithPathRequestBuilderGetOptions options for Get
Click to show internal directories.
Click to hide internal directories.