mobileappintentandstate

package
v0.20241209.1115630 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 9, 2024 License: MPL-2.0 Imports: 8 Imported by: 1

Documentation

Index

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 (CreateMobileAppIntentAndStateOperationOptions) ToOData

func (CreateMobileAppIntentAndStateOperationOptions) ToQuery

type CreateMobileAppIntentAndStateOperationResponse

type CreateMobileAppIntentAndStateOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.MobileAppIntentAndState
}

type DeleteMobileAppIntentAndStateOperationOptions

type DeleteMobileAppIntentAndStateOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteMobileAppIntentAndStateOperationOptions

func DefaultDeleteMobileAppIntentAndStateOperationOptions() DeleteMobileAppIntentAndStateOperationOptions

func (DeleteMobileAppIntentAndStateOperationOptions) ToHeaders

func (DeleteMobileAppIntentAndStateOperationOptions) ToOData

func (DeleteMobileAppIntentAndStateOperationOptions) ToQuery

type DeleteMobileAppIntentAndStateOperationResponse

type DeleteMobileAppIntentAndStateOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

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 (GetMobileAppIntentAndStateOperationOptions) ToOData

func (GetMobileAppIntentAndStateOperationOptions) ToQuery

type GetMobileAppIntentAndStateOperationResponse

type GetMobileAppIntentAndStateOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.MobileAppIntentAndState
}

type GetMobileAppIntentAndStatesCountOperationOptions

type GetMobileAppIntentAndStatesCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func DefaultGetMobileAppIntentAndStatesCountOperationOptions

func DefaultGetMobileAppIntentAndStatesCountOperationOptions() GetMobileAppIntentAndStatesCountOperationOptions

func (GetMobileAppIntentAndStatesCountOperationOptions) ToHeaders

func (GetMobileAppIntentAndStatesCountOperationOptions) ToOData

func (GetMobileAppIntentAndStatesCountOperationOptions) ToQuery

type GetMobileAppIntentAndStatesCountOperationResponse

type GetMobileAppIntentAndStatesCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListMobileAppIntentAndStatesCompleteResult

type ListMobileAppIntentAndStatesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.MobileAppIntentAndState
}

type ListMobileAppIntentAndStatesCustomPager

type ListMobileAppIntentAndStatesCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

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 (ListMobileAppIntentAndStatesOperationOptions) ToOData

func (ListMobileAppIntentAndStatesOperationOptions) ToQuery

type ListMobileAppIntentAndStatesOperationResponse

type ListMobileAppIntentAndStatesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.MobileAppIntentAndState
}

type MobileAppIntentAndStateClient

type MobileAppIntentAndStateClient struct {
	Client *msgraph.Client
}

func NewMobileAppIntentAndStateClientWithBaseURI

func NewMobileAppIntentAndStateClientWithBaseURI(sdkApi sdkEnv.Api) (*MobileAppIntentAndStateClient, error)

func (MobileAppIntentAndStateClient) CreateMobileAppIntentAndState

CreateMobileAppIntentAndState - Create new navigation property to mobileAppIntentAndStates for users

func (MobileAppIntentAndStateClient) DeleteMobileAppIntentAndState

DeleteMobileAppIntentAndState - Delete navigation property mobileAppIntentAndStates for users

func (MobileAppIntentAndStateClient) GetMobileAppIntentAndState

GetMobileAppIntentAndState - Get mobileAppIntentAndStates from users. The list of troubleshooting events for this user.

func (MobileAppIntentAndStateClient) GetMobileAppIntentAndStatesCount

GetMobileAppIntentAndStatesCount - Get the number of the resource

func (MobileAppIntentAndStateClient) ListMobileAppIntentAndStates

ListMobileAppIntentAndStates - Get mobileAppIntentAndStates from users. The list of troubleshooting events for this user.

func (MobileAppIntentAndStateClient) ListMobileAppIntentAndStatesComplete

ListMobileAppIntentAndStatesComplete retrieves all the results into a single object

func (MobileAppIntentAndStateClient) ListMobileAppIntentAndStatesCompleteMatchingPredicate

ListMobileAppIntentAndStatesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (MobileAppIntentAndStateClient) UpdateMobileAppIntentAndState

UpdateMobileAppIntentAndState - Update the navigation property mobileAppIntentAndStates in users

type MobileAppIntentAndStateOperationPredicate

type MobileAppIntentAndStateOperationPredicate struct {
}

func (MobileAppIntentAndStateOperationPredicate) Matches

type UpdateMobileAppIntentAndStateOperationOptions

type UpdateMobileAppIntentAndStateOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateMobileAppIntentAndStateOperationOptions

func DefaultUpdateMobileAppIntentAndStateOperationOptions() UpdateMobileAppIntentAndStateOperationOptions

func (UpdateMobileAppIntentAndStateOperationOptions) ToHeaders

func (UpdateMobileAppIntentAndStateOperationOptions) ToOData

func (UpdateMobileAppIntentAndStateOperationOptions) ToQuery

type UpdateMobileAppIntentAndStateOperationResponse

type UpdateMobileAppIntentAndStateOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL