Documentation ¶
Index ¶
- type CreateMobileAppIntentAndStateOperationOptions
- type CreateMobileAppIntentAndStateOperationResponse
- type DeleteMobileAppIntentAndStateOperationOptions
- type DeleteMobileAppIntentAndStateOperationResponse
- type GetMobileAppIntentAndStateOperationOptions
- type GetMobileAppIntentAndStateOperationResponse
- type GetMobileAppIntentAndStatesCountOperationOptions
- type GetMobileAppIntentAndStatesCountOperationResponse
- type ListMobileAppIntentAndStatesCompleteResult
- type ListMobileAppIntentAndStatesCustomPager
- type ListMobileAppIntentAndStatesOperationOptions
- type ListMobileAppIntentAndStatesOperationResponse
- type MobileAppIntentAndStateClient
- func (c MobileAppIntentAndStateClient) CreateMobileAppIntentAndState(ctx context.Context, id beta.UserId, input beta.MobileAppIntentAndState, ...) (result CreateMobileAppIntentAndStateOperationResponse, err error)
- func (c MobileAppIntentAndStateClient) DeleteMobileAppIntentAndState(ctx context.Context, id beta.UserIdMobileAppIntentAndStateId, ...) (result DeleteMobileAppIntentAndStateOperationResponse, err error)
- func (c MobileAppIntentAndStateClient) GetMobileAppIntentAndState(ctx context.Context, id beta.UserIdMobileAppIntentAndStateId, ...) (result GetMobileAppIntentAndStateOperationResponse, err error)
- func (c MobileAppIntentAndStateClient) GetMobileAppIntentAndStatesCount(ctx context.Context, id beta.UserId, ...) (result GetMobileAppIntentAndStatesCountOperationResponse, err error)
- func (c MobileAppIntentAndStateClient) ListMobileAppIntentAndStates(ctx context.Context, id beta.UserId, ...) (result ListMobileAppIntentAndStatesOperationResponse, err error)
- func (c MobileAppIntentAndStateClient) ListMobileAppIntentAndStatesComplete(ctx context.Context, id beta.UserId, ...) (ListMobileAppIntentAndStatesCompleteResult, error)
- func (c MobileAppIntentAndStateClient) ListMobileAppIntentAndStatesCompleteMatchingPredicate(ctx context.Context, id beta.UserId, ...) (result ListMobileAppIntentAndStatesCompleteResult, err error)
- func (c MobileAppIntentAndStateClient) UpdateMobileAppIntentAndState(ctx context.Context, id beta.UserIdMobileAppIntentAndStateId, ...) (result UpdateMobileAppIntentAndStateOperationResponse, err error)
- type MobileAppIntentAndStateOperationPredicate
- type UpdateMobileAppIntentAndStateOperationOptions
- type UpdateMobileAppIntentAndStateOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateMobileAppIntentAndStateOperationOptions ¶
type CreateMobileAppIntentAndStateOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateMobileAppIntentAndStateOperationOptions ¶
func DefaultCreateMobileAppIntentAndStateOperationOptions() CreateMobileAppIntentAndStateOperationOptions
func (CreateMobileAppIntentAndStateOperationOptions) ToHeaders ¶
func (o CreateMobileAppIntentAndStateOperationOptions) ToHeaders() *client.Headers
func (CreateMobileAppIntentAndStateOperationOptions) ToOData ¶
func (o CreateMobileAppIntentAndStateOperationOptions) ToOData() *odata.Query
func (CreateMobileAppIntentAndStateOperationOptions) ToQuery ¶
func (o CreateMobileAppIntentAndStateOperationOptions) ToQuery() *client.QueryParams
type DeleteMobileAppIntentAndStateOperationOptions ¶
type DeleteMobileAppIntentAndStateOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteMobileAppIntentAndStateOperationOptions ¶
func DefaultDeleteMobileAppIntentAndStateOperationOptions() DeleteMobileAppIntentAndStateOperationOptions
func (DeleteMobileAppIntentAndStateOperationOptions) ToHeaders ¶
func (o DeleteMobileAppIntentAndStateOperationOptions) ToHeaders() *client.Headers
func (DeleteMobileAppIntentAndStateOperationOptions) ToOData ¶
func (o DeleteMobileAppIntentAndStateOperationOptions) ToOData() *odata.Query
func (DeleteMobileAppIntentAndStateOperationOptions) ToQuery ¶
func (o DeleteMobileAppIntentAndStateOperationOptions) ToQuery() *client.QueryParams
type GetMobileAppIntentAndStateOperationOptions ¶
type GetMobileAppIntentAndStateOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetMobileAppIntentAndStateOperationOptions ¶
func DefaultGetMobileAppIntentAndStateOperationOptions() GetMobileAppIntentAndStateOperationOptions
func (GetMobileAppIntentAndStateOperationOptions) ToHeaders ¶
func (o GetMobileAppIntentAndStateOperationOptions) ToHeaders() *client.Headers
func (GetMobileAppIntentAndStateOperationOptions) ToOData ¶
func (o GetMobileAppIntentAndStateOperationOptions) ToOData() *odata.Query
func (GetMobileAppIntentAndStateOperationOptions) ToQuery ¶
func (o GetMobileAppIntentAndStateOperationOptions) ToQuery() *client.QueryParams
type GetMobileAppIntentAndStatesCountOperationOptions ¶
type GetMobileAppIntentAndStatesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetMobileAppIntentAndStatesCountOperationOptions ¶
func DefaultGetMobileAppIntentAndStatesCountOperationOptions() GetMobileAppIntentAndStatesCountOperationOptions
func (GetMobileAppIntentAndStatesCountOperationOptions) ToHeaders ¶
func (o GetMobileAppIntentAndStatesCountOperationOptions) ToHeaders() *client.Headers
func (GetMobileAppIntentAndStatesCountOperationOptions) ToOData ¶
func (o GetMobileAppIntentAndStatesCountOperationOptions) ToOData() *odata.Query
func (GetMobileAppIntentAndStatesCountOperationOptions) ToQuery ¶
func (o GetMobileAppIntentAndStatesCountOperationOptions) ToQuery() *client.QueryParams
type ListMobileAppIntentAndStatesCompleteResult ¶
type ListMobileAppIntentAndStatesCompleteResult struct { LatestHttpResponse *http.Response Items []beta.MobileAppIntentAndState }
type ListMobileAppIntentAndStatesCustomPager ¶
type ListMobileAppIntentAndStatesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListMobileAppIntentAndStatesCustomPager) NextPageLink ¶
func (p *ListMobileAppIntentAndStatesCustomPager) NextPageLink() *odata.Link
type ListMobileAppIntentAndStatesOperationOptions ¶
type ListMobileAppIntentAndStatesOperationOptions struct { Count *bool Expand *odata.Expand Filter *string Metadata *odata.Metadata OrderBy *odata.OrderBy RetryFunc client.RequestRetryFunc Search *string Select *[]string Skip *int64 Top *int64 }
func DefaultListMobileAppIntentAndStatesOperationOptions ¶
func DefaultListMobileAppIntentAndStatesOperationOptions() ListMobileAppIntentAndStatesOperationOptions
func (ListMobileAppIntentAndStatesOperationOptions) ToHeaders ¶
func (o ListMobileAppIntentAndStatesOperationOptions) ToHeaders() *client.Headers
func (ListMobileAppIntentAndStatesOperationOptions) ToOData ¶
func (o ListMobileAppIntentAndStatesOperationOptions) ToOData() *odata.Query
func (ListMobileAppIntentAndStatesOperationOptions) ToQuery ¶
func (o ListMobileAppIntentAndStatesOperationOptions) ToQuery() *client.QueryParams
type MobileAppIntentAndStateClient ¶
func NewMobileAppIntentAndStateClientWithBaseURI ¶
func NewMobileAppIntentAndStateClientWithBaseURI(sdkApi sdkEnv.Api) (*MobileAppIntentAndStateClient, error)
func (MobileAppIntentAndStateClient) CreateMobileAppIntentAndState ¶
func (c MobileAppIntentAndStateClient) CreateMobileAppIntentAndState(ctx context.Context, id beta.UserId, input beta.MobileAppIntentAndState, options CreateMobileAppIntentAndStateOperationOptions) (result CreateMobileAppIntentAndStateOperationResponse, err error)
CreateMobileAppIntentAndState - Create new navigation property to mobileAppIntentAndStates for users
func (MobileAppIntentAndStateClient) DeleteMobileAppIntentAndState ¶
func (c MobileAppIntentAndStateClient) DeleteMobileAppIntentAndState(ctx context.Context, id beta.UserIdMobileAppIntentAndStateId, options DeleteMobileAppIntentAndStateOperationOptions) (result DeleteMobileAppIntentAndStateOperationResponse, err error)
DeleteMobileAppIntentAndState - Delete navigation property mobileAppIntentAndStates for users
func (MobileAppIntentAndStateClient) GetMobileAppIntentAndState ¶
func (c MobileAppIntentAndStateClient) GetMobileAppIntentAndState(ctx context.Context, id beta.UserIdMobileAppIntentAndStateId, options GetMobileAppIntentAndStateOperationOptions) (result GetMobileAppIntentAndStateOperationResponse, err error)
GetMobileAppIntentAndState - Get mobileAppIntentAndStates from users. The list of troubleshooting events for this user.
func (MobileAppIntentAndStateClient) GetMobileAppIntentAndStatesCount ¶
func (c MobileAppIntentAndStateClient) GetMobileAppIntentAndStatesCount(ctx context.Context, id beta.UserId, options GetMobileAppIntentAndStatesCountOperationOptions) (result GetMobileAppIntentAndStatesCountOperationResponse, err error)
GetMobileAppIntentAndStatesCount - Get the number of the resource
func (MobileAppIntentAndStateClient) ListMobileAppIntentAndStates ¶
func (c MobileAppIntentAndStateClient) ListMobileAppIntentAndStates(ctx context.Context, id beta.UserId, options ListMobileAppIntentAndStatesOperationOptions) (result ListMobileAppIntentAndStatesOperationResponse, err error)
ListMobileAppIntentAndStates - Get mobileAppIntentAndStates from users. The list of troubleshooting events for this user.
func (MobileAppIntentAndStateClient) ListMobileAppIntentAndStatesComplete ¶
func (c MobileAppIntentAndStateClient) ListMobileAppIntentAndStatesComplete(ctx context.Context, id beta.UserId, options ListMobileAppIntentAndStatesOperationOptions) (ListMobileAppIntentAndStatesCompleteResult, error)
ListMobileAppIntentAndStatesComplete retrieves all the results into a single object
func (MobileAppIntentAndStateClient) ListMobileAppIntentAndStatesCompleteMatchingPredicate ¶
func (c MobileAppIntentAndStateClient) ListMobileAppIntentAndStatesCompleteMatchingPredicate(ctx context.Context, id beta.UserId, options ListMobileAppIntentAndStatesOperationOptions, predicate MobileAppIntentAndStateOperationPredicate) (result ListMobileAppIntentAndStatesCompleteResult, err error)
ListMobileAppIntentAndStatesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (MobileAppIntentAndStateClient) UpdateMobileAppIntentAndState ¶
func (c MobileAppIntentAndStateClient) UpdateMobileAppIntentAndState(ctx context.Context, id beta.UserIdMobileAppIntentAndStateId, input beta.MobileAppIntentAndState, options UpdateMobileAppIntentAndStateOperationOptions) (result UpdateMobileAppIntentAndStateOperationResponse, err error)
UpdateMobileAppIntentAndState - Update the navigation property mobileAppIntentAndStates in users
type MobileAppIntentAndStateOperationPredicate ¶
type MobileAppIntentAndStateOperationPredicate struct { }
func (MobileAppIntentAndStateOperationPredicate) Matches ¶
func (p MobileAppIntentAndStateOperationPredicate) Matches(input beta.MobileAppIntentAndState) bool
type UpdateMobileAppIntentAndStateOperationOptions ¶
type UpdateMobileAppIntentAndStateOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateMobileAppIntentAndStateOperationOptions ¶
func DefaultUpdateMobileAppIntentAndStateOperationOptions() UpdateMobileAppIntentAndStateOperationOptions
func (UpdateMobileAppIntentAndStateOperationOptions) ToHeaders ¶
func (o UpdateMobileAppIntentAndStateOperationOptions) ToHeaders() *client.Headers
func (UpdateMobileAppIntentAndStateOperationOptions) ToOData ¶
func (o UpdateMobileAppIntentAndStateOperationOptions) ToOData() *odata.Query
func (UpdateMobileAppIntentAndStateOperationOptions) ToQuery ¶
func (o UpdateMobileAppIntentAndStateOperationOptions) ToQuery() *client.QueryParams