Documentation
¶
Index ¶
- type AppCatalogsRequestBuilder
- func (m *AppCatalogsRequestBuilder) CreateGetRequestInformation(options *AppCatalogsRequestBuilderGetOptions) (...)
- func (m *AppCatalogsRequestBuilder) CreatePatchRequestInformation(options *AppCatalogsRequestBuilderPatchOptions) (...)
- func (m *AppCatalogsRequestBuilder) Get(options *AppCatalogsRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AppCatalogs, ...)
- func (m *AppCatalogsRequestBuilder) Patch(options *AppCatalogsRequestBuilderPatchOptions) error
- func (m *AppCatalogsRequestBuilder) TeamsApps() ...
- func (m *AppCatalogsRequestBuilder) TeamsAppsById(id string) ...
- type AppCatalogsRequestBuilderGetOptions
- type AppCatalogsRequestBuilderGetQueryParameters
- type AppCatalogsRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppCatalogsRequestBuilder ¶
type AppCatalogsRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \appCatalogs
func NewAppCatalogsRequestBuilder ¶
func NewAppCatalogsRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *AppCatalogsRequestBuilder
Instantiates a new AppCatalogsRequestBuilder and sets the default values. Parameters:
- rawUrl : The raw URL to use for the request builder.
- requestAdapter : The request adapter to use to execute the requests.
func NewAppCatalogsRequestBuilderInternal ¶
func NewAppCatalogsRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *AppCatalogsRequestBuilder
Instantiates a new AppCatalogsRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*AppCatalogsRequestBuilder) CreateGetRequestInformation ¶
func (m *AppCatalogsRequestBuilder) CreateGetRequestInformation(options *AppCatalogsRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Get appCatalogs Parameters:
- options : Options for the request
func (*AppCatalogsRequestBuilder) CreatePatchRequestInformation ¶
func (m *AppCatalogsRequestBuilder) CreatePatchRequestInformation(options *AppCatalogsRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Update appCatalogs Parameters:
- options : Options for the request
func (*AppCatalogsRequestBuilder) Get ¶
func (m *AppCatalogsRequestBuilder) Get(options *AppCatalogsRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AppCatalogs, error)
Get appCatalogs Parameters:
- options : Options for the request
func (*AppCatalogsRequestBuilder) Patch ¶
func (m *AppCatalogsRequestBuilder) Patch(options *AppCatalogsRequestBuilderPatchOptions) error
Update appCatalogs Parameters:
- options : Options for the request
func (*AppCatalogsRequestBuilder) TeamsAppsById ¶
func (m *AppCatalogsRequestBuilder) TeamsAppsById(id string) *i0ff9d493a3baa51f602d43222cbde17af6238f7fde139b7afe7c7123654b865b.TeamsAppRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.appCatalogs.teamsApps.item collection Parameters:
- id : Unique identifier of the item
type AppCatalogsRequestBuilderGetOptions ¶
type AppCatalogsRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *AppCatalogsRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
Options for Get
type AppCatalogsRequestBuilderGetQueryParameters ¶
type AppCatalogsRequestBuilderGetQueryParameters struct {
ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.QueryParametersBase
// Expand related entities
Expand []string
// Select properties to be returned
Select_escaped []string
}
Get appCatalogs
type AppCatalogsRequestBuilderPatchOptions ¶
type AppCatalogsRequestBuilderPatchOptions struct {
//
Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AppCatalogs
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
Options for Patch
Click to show internal directories.
Click to hide internal directories.