Documentation ¶
Index ¶
- type ContactFolderChildFolderClient
- func (c ContactFolderChildFolderClient) CreateContactFolderChildFolder(ctx context.Context, id stable.MeContactFolderId, input stable.ContactFolder, ...) (result CreateContactFolderChildFolderOperationResponse, err error)
- func (c ContactFolderChildFolderClient) DeleteContactFolderChildFolder(ctx context.Context, id stable.MeContactFolderIdChildFolderId, ...) (result DeleteContactFolderChildFolderOperationResponse, err error)
- func (c ContactFolderChildFolderClient) GetContactFolderChildFolder(ctx context.Context, id stable.MeContactFolderIdChildFolderId, ...) (result GetContactFolderChildFolderOperationResponse, err error)
- func (c ContactFolderChildFolderClient) GetContactFolderChildFoldersCount(ctx context.Context, id stable.MeContactFolderId, ...) (result GetContactFolderChildFoldersCountOperationResponse, err error)
- func (c ContactFolderChildFolderClient) ListContactFolderChildFolders(ctx context.Context, id stable.MeContactFolderId, ...) (result ListContactFolderChildFoldersOperationResponse, err error)
- func (c ContactFolderChildFolderClient) ListContactFolderChildFoldersComplete(ctx context.Context, id stable.MeContactFolderId, ...) (ListContactFolderChildFoldersCompleteResult, error)
- func (c ContactFolderChildFolderClient) ListContactFolderChildFoldersCompleteMatchingPredicate(ctx context.Context, id stable.MeContactFolderId, ...) (result ListContactFolderChildFoldersCompleteResult, err error)
- func (c ContactFolderChildFolderClient) UpdateContactFolderChildFolder(ctx context.Context, id stable.MeContactFolderIdChildFolderId, ...) (result UpdateContactFolderChildFolderOperationResponse, err error)
- type ContactFolderOperationPredicate
- type CreateContactFolderChildFolderOperationOptions
- type CreateContactFolderChildFolderOperationResponse
- type DeleteContactFolderChildFolderOperationOptions
- type DeleteContactFolderChildFolderOperationResponse
- type GetContactFolderChildFolderOperationOptions
- type GetContactFolderChildFolderOperationResponse
- type GetContactFolderChildFoldersCountOperationOptions
- type GetContactFolderChildFoldersCountOperationResponse
- type ListContactFolderChildFoldersCompleteResult
- type ListContactFolderChildFoldersCustomPager
- type ListContactFolderChildFoldersOperationOptions
- type ListContactFolderChildFoldersOperationResponse
- type UpdateContactFolderChildFolderOperationOptions
- type UpdateContactFolderChildFolderOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContactFolderChildFolderClient ¶
func NewContactFolderChildFolderClientWithBaseURI ¶
func NewContactFolderChildFolderClientWithBaseURI(sdkApi sdkEnv.Api) (*ContactFolderChildFolderClient, error)
func (ContactFolderChildFolderClient) CreateContactFolderChildFolder ¶
func (c ContactFolderChildFolderClient) CreateContactFolderChildFolder(ctx context.Context, id stable.MeContactFolderId, input stable.ContactFolder, options CreateContactFolderChildFolderOperationOptions) (result CreateContactFolderChildFolderOperationResponse, err error)
CreateContactFolderChildFolder - Create ContactFolder. Create a new contactFolder as a child of a specified folder. You can also create a new contactFolder under the user's default contact folder.
func (ContactFolderChildFolderClient) DeleteContactFolderChildFolder ¶
func (c ContactFolderChildFolderClient) DeleteContactFolderChildFolder(ctx context.Context, id stable.MeContactFolderIdChildFolderId, options DeleteContactFolderChildFolderOperationOptions) (result DeleteContactFolderChildFolderOperationResponse, err error)
DeleteContactFolderChildFolder - Delete navigation property childFolders for me
func (ContactFolderChildFolderClient) GetContactFolderChildFolder ¶
func (c ContactFolderChildFolderClient) GetContactFolderChildFolder(ctx context.Context, id stable.MeContactFolderIdChildFolderId, options GetContactFolderChildFolderOperationOptions) (result GetContactFolderChildFolderOperationResponse, err error)
GetContactFolderChildFolder - Get childFolders from me. The collection of child folders in the folder. Navigation property. Read-only. Nullable.
func (ContactFolderChildFolderClient) GetContactFolderChildFoldersCount ¶
func (c ContactFolderChildFolderClient) GetContactFolderChildFoldersCount(ctx context.Context, id stable.MeContactFolderId, options GetContactFolderChildFoldersCountOperationOptions) (result GetContactFolderChildFoldersCountOperationResponse, err error)
GetContactFolderChildFoldersCount - Get the number of the resource
func (ContactFolderChildFolderClient) ListContactFolderChildFolders ¶
func (c ContactFolderChildFolderClient) ListContactFolderChildFolders(ctx context.Context, id stable.MeContactFolderId, options ListContactFolderChildFoldersOperationOptions) (result ListContactFolderChildFoldersOperationResponse, err error)
ListContactFolderChildFolders - List childFolders. Get a collection of child folders under the specified contact folder.
func (ContactFolderChildFolderClient) ListContactFolderChildFoldersComplete ¶
func (c ContactFolderChildFolderClient) ListContactFolderChildFoldersComplete(ctx context.Context, id stable.MeContactFolderId, options ListContactFolderChildFoldersOperationOptions) (ListContactFolderChildFoldersCompleteResult, error)
ListContactFolderChildFoldersComplete retrieves all the results into a single object
func (ContactFolderChildFolderClient) ListContactFolderChildFoldersCompleteMatchingPredicate ¶
func (c ContactFolderChildFolderClient) ListContactFolderChildFoldersCompleteMatchingPredicate(ctx context.Context, id stable.MeContactFolderId, options ListContactFolderChildFoldersOperationOptions, predicate ContactFolderOperationPredicate) (result ListContactFolderChildFoldersCompleteResult, err error)
ListContactFolderChildFoldersCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (ContactFolderChildFolderClient) UpdateContactFolderChildFolder ¶
func (c ContactFolderChildFolderClient) UpdateContactFolderChildFolder(ctx context.Context, id stable.MeContactFolderIdChildFolderId, input stable.ContactFolder, options UpdateContactFolderChildFolderOperationOptions) (result UpdateContactFolderChildFolderOperationResponse, err error)
UpdateContactFolderChildFolder - Update the navigation property childFolders in me
type ContactFolderOperationPredicate ¶
type ContactFolderOperationPredicate struct { }
func (ContactFolderOperationPredicate) Matches ¶
func (p ContactFolderOperationPredicate) Matches(input stable.ContactFolder) bool
type CreateContactFolderChildFolderOperationOptions ¶
type CreateContactFolderChildFolderOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateContactFolderChildFolderOperationOptions ¶
func DefaultCreateContactFolderChildFolderOperationOptions() CreateContactFolderChildFolderOperationOptions
func (CreateContactFolderChildFolderOperationOptions) ToHeaders ¶
func (o CreateContactFolderChildFolderOperationOptions) ToHeaders() *client.Headers
func (CreateContactFolderChildFolderOperationOptions) ToOData ¶
func (o CreateContactFolderChildFolderOperationOptions) ToOData() *odata.Query
func (CreateContactFolderChildFolderOperationOptions) ToQuery ¶
func (o CreateContactFolderChildFolderOperationOptions) ToQuery() *client.QueryParams
type DeleteContactFolderChildFolderOperationOptions ¶
type DeleteContactFolderChildFolderOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteContactFolderChildFolderOperationOptions ¶
func DefaultDeleteContactFolderChildFolderOperationOptions() DeleteContactFolderChildFolderOperationOptions
func (DeleteContactFolderChildFolderOperationOptions) ToHeaders ¶
func (o DeleteContactFolderChildFolderOperationOptions) ToHeaders() *client.Headers
func (DeleteContactFolderChildFolderOperationOptions) ToOData ¶
func (o DeleteContactFolderChildFolderOperationOptions) ToOData() *odata.Query
func (DeleteContactFolderChildFolderOperationOptions) ToQuery ¶
func (o DeleteContactFolderChildFolderOperationOptions) ToQuery() *client.QueryParams
type GetContactFolderChildFolderOperationOptions ¶
type GetContactFolderChildFolderOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetContactFolderChildFolderOperationOptions ¶
func DefaultGetContactFolderChildFolderOperationOptions() GetContactFolderChildFolderOperationOptions
func (GetContactFolderChildFolderOperationOptions) ToHeaders ¶
func (o GetContactFolderChildFolderOperationOptions) ToHeaders() *client.Headers
func (GetContactFolderChildFolderOperationOptions) ToOData ¶
func (o GetContactFolderChildFolderOperationOptions) ToOData() *odata.Query
func (GetContactFolderChildFolderOperationOptions) ToQuery ¶
func (o GetContactFolderChildFolderOperationOptions) ToQuery() *client.QueryParams
type GetContactFolderChildFoldersCountOperationOptions ¶
type GetContactFolderChildFoldersCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetContactFolderChildFoldersCountOperationOptions ¶
func DefaultGetContactFolderChildFoldersCountOperationOptions() GetContactFolderChildFoldersCountOperationOptions
func (GetContactFolderChildFoldersCountOperationOptions) ToHeaders ¶
func (o GetContactFolderChildFoldersCountOperationOptions) ToHeaders() *client.Headers
func (GetContactFolderChildFoldersCountOperationOptions) ToOData ¶
func (o GetContactFolderChildFoldersCountOperationOptions) ToOData() *odata.Query
func (GetContactFolderChildFoldersCountOperationOptions) ToQuery ¶
func (o GetContactFolderChildFoldersCountOperationOptions) ToQuery() *client.QueryParams
type ListContactFolderChildFoldersCompleteResult ¶
type ListContactFolderChildFoldersCompleteResult struct { LatestHttpResponse *http.Response Items []stable.ContactFolder }
type ListContactFolderChildFoldersCustomPager ¶
type ListContactFolderChildFoldersCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListContactFolderChildFoldersCustomPager) NextPageLink ¶
func (p *ListContactFolderChildFoldersCustomPager) NextPageLink() *odata.Link
type ListContactFolderChildFoldersOperationOptions ¶
type ListContactFolderChildFoldersOperationOptions 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 DefaultListContactFolderChildFoldersOperationOptions ¶
func DefaultListContactFolderChildFoldersOperationOptions() ListContactFolderChildFoldersOperationOptions
func (ListContactFolderChildFoldersOperationOptions) ToHeaders ¶
func (o ListContactFolderChildFoldersOperationOptions) ToHeaders() *client.Headers
func (ListContactFolderChildFoldersOperationOptions) ToOData ¶
func (o ListContactFolderChildFoldersOperationOptions) ToOData() *odata.Query
func (ListContactFolderChildFoldersOperationOptions) ToQuery ¶
func (o ListContactFolderChildFoldersOperationOptions) ToQuery() *client.QueryParams
type UpdateContactFolderChildFolderOperationOptions ¶
type UpdateContactFolderChildFolderOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateContactFolderChildFolderOperationOptions ¶
func DefaultUpdateContactFolderChildFolderOperationOptions() UpdateContactFolderChildFolderOperationOptions
func (UpdateContactFolderChildFolderOperationOptions) ToHeaders ¶
func (o UpdateContactFolderChildFolderOperationOptions) ToHeaders() *client.Headers
func (UpdateContactFolderChildFolderOperationOptions) ToOData ¶
func (o UpdateContactFolderChildFolderOperationOptions) ToOData() *odata.Query
func (UpdateContactFolderChildFolderOperationOptions) ToQuery ¶
func (o UpdateContactFolderChildFolderOperationOptions) ToQuery() *client.QueryParams