Documentation ¶
Index ¶
- type AttributeSetClient
- func (c AttributeSetClient) CreateAttributeSet(ctx context.Context, input stable.AttributeSet, ...) (result CreateAttributeSetOperationResponse, err error)
- func (c AttributeSetClient) DeleteAttributeSet(ctx context.Context, id stable.DirectoryAttributeSetId, ...) (result DeleteAttributeSetOperationResponse, err error)
- func (c AttributeSetClient) GetAttributeSet(ctx context.Context, id stable.DirectoryAttributeSetId, ...) (result GetAttributeSetOperationResponse, err error)
- func (c AttributeSetClient) GetAttributeSetsCount(ctx context.Context, options GetAttributeSetsCountOperationOptions) (result GetAttributeSetsCountOperationResponse, err error)
- func (c AttributeSetClient) ListAttributeSets(ctx context.Context, options ListAttributeSetsOperationOptions) (result ListAttributeSetsOperationResponse, err error)
- func (c AttributeSetClient) ListAttributeSetsComplete(ctx context.Context, options ListAttributeSetsOperationOptions) (ListAttributeSetsCompleteResult, error)
- func (c AttributeSetClient) ListAttributeSetsCompleteMatchingPredicate(ctx context.Context, options ListAttributeSetsOperationOptions, ...) (result ListAttributeSetsCompleteResult, err error)
- func (c AttributeSetClient) UpdateAttributeSet(ctx context.Context, id stable.DirectoryAttributeSetId, ...) (result UpdateAttributeSetOperationResponse, err error)
- type AttributeSetOperationPredicate
- type CreateAttributeSetOperationOptions
- type CreateAttributeSetOperationResponse
- type DeleteAttributeSetOperationOptions
- type DeleteAttributeSetOperationResponse
- type GetAttributeSetOperationOptions
- type GetAttributeSetOperationResponse
- type GetAttributeSetsCountOperationOptions
- type GetAttributeSetsCountOperationResponse
- type ListAttributeSetsCompleteResult
- type ListAttributeSetsCustomPager
- type ListAttributeSetsOperationOptions
- type ListAttributeSetsOperationResponse
- type UpdateAttributeSetOperationOptions
- type UpdateAttributeSetOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttributeSetClient ¶
func NewAttributeSetClientWithBaseURI ¶
func NewAttributeSetClientWithBaseURI(sdkApi sdkEnv.Api) (*AttributeSetClient, error)
func (AttributeSetClient) CreateAttributeSet ¶
func (c AttributeSetClient) CreateAttributeSet(ctx context.Context, input stable.AttributeSet, options CreateAttributeSetOperationOptions) (result CreateAttributeSetOperationResponse, err error)
CreateAttributeSet - Create attributeSet. Create a new attributeSet object.
func (AttributeSetClient) DeleteAttributeSet ¶
func (c AttributeSetClient) DeleteAttributeSet(ctx context.Context, id stable.DirectoryAttributeSetId, options DeleteAttributeSetOperationOptions) (result DeleteAttributeSetOperationResponse, err error)
DeleteAttributeSet - Delete navigation property attributeSets for directory
func (AttributeSetClient) GetAttributeSet ¶
func (c AttributeSetClient) GetAttributeSet(ctx context.Context, id stable.DirectoryAttributeSetId, options GetAttributeSetOperationOptions) (result GetAttributeSetOperationResponse, err error)
GetAttributeSet - Get attributeSet. Read the properties and relationships of an attributeSet object.
func (AttributeSetClient) GetAttributeSetsCount ¶
func (c AttributeSetClient) GetAttributeSetsCount(ctx context.Context, options GetAttributeSetsCountOperationOptions) (result GetAttributeSetsCountOperationResponse, err error)
GetAttributeSetsCount - Get the number of the resource
func (AttributeSetClient) ListAttributeSets ¶
func (c AttributeSetClient) ListAttributeSets(ctx context.Context, options ListAttributeSetsOperationOptions) (result ListAttributeSetsOperationResponse, err error)
ListAttributeSets - List attributeSets. Get a list of the attributeSet objects and their properties.
func (AttributeSetClient) ListAttributeSetsComplete ¶
func (c AttributeSetClient) ListAttributeSetsComplete(ctx context.Context, options ListAttributeSetsOperationOptions) (ListAttributeSetsCompleteResult, error)
ListAttributeSetsComplete retrieves all the results into a single object
func (AttributeSetClient) ListAttributeSetsCompleteMatchingPredicate ¶
func (c AttributeSetClient) ListAttributeSetsCompleteMatchingPredicate(ctx context.Context, options ListAttributeSetsOperationOptions, predicate AttributeSetOperationPredicate) (result ListAttributeSetsCompleteResult, err error)
ListAttributeSetsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (AttributeSetClient) UpdateAttributeSet ¶
func (c AttributeSetClient) UpdateAttributeSet(ctx context.Context, id stable.DirectoryAttributeSetId, input stable.AttributeSet, options UpdateAttributeSetOperationOptions) (result UpdateAttributeSetOperationResponse, err error)
UpdateAttributeSet - Update attributeSet. Update the properties of an attributeSet object.
type AttributeSetOperationPredicate ¶
type AttributeSetOperationPredicate struct { }
func (AttributeSetOperationPredicate) Matches ¶
func (p AttributeSetOperationPredicate) Matches(input stable.AttributeSet) bool
type CreateAttributeSetOperationOptions ¶
type CreateAttributeSetOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateAttributeSetOperationOptions ¶
func DefaultCreateAttributeSetOperationOptions() CreateAttributeSetOperationOptions
func (CreateAttributeSetOperationOptions) ToHeaders ¶
func (o CreateAttributeSetOperationOptions) ToHeaders() *client.Headers
func (CreateAttributeSetOperationOptions) ToOData ¶
func (o CreateAttributeSetOperationOptions) ToOData() *odata.Query
func (CreateAttributeSetOperationOptions) ToQuery ¶
func (o CreateAttributeSetOperationOptions) ToQuery() *client.QueryParams
type DeleteAttributeSetOperationOptions ¶
type DeleteAttributeSetOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteAttributeSetOperationOptions ¶
func DefaultDeleteAttributeSetOperationOptions() DeleteAttributeSetOperationOptions
func (DeleteAttributeSetOperationOptions) ToHeaders ¶
func (o DeleteAttributeSetOperationOptions) ToHeaders() *client.Headers
func (DeleteAttributeSetOperationOptions) ToOData ¶
func (o DeleteAttributeSetOperationOptions) ToOData() *odata.Query
func (DeleteAttributeSetOperationOptions) ToQuery ¶
func (o DeleteAttributeSetOperationOptions) ToQuery() *client.QueryParams
type GetAttributeSetOperationOptions ¶
type GetAttributeSetOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetAttributeSetOperationOptions ¶
func DefaultGetAttributeSetOperationOptions() GetAttributeSetOperationOptions
func (GetAttributeSetOperationOptions) ToHeaders ¶
func (o GetAttributeSetOperationOptions) ToHeaders() *client.Headers
func (GetAttributeSetOperationOptions) ToOData ¶
func (o GetAttributeSetOperationOptions) ToOData() *odata.Query
func (GetAttributeSetOperationOptions) ToQuery ¶
func (o GetAttributeSetOperationOptions) ToQuery() *client.QueryParams
type GetAttributeSetsCountOperationOptions ¶
type GetAttributeSetsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetAttributeSetsCountOperationOptions ¶
func DefaultGetAttributeSetsCountOperationOptions() GetAttributeSetsCountOperationOptions
func (GetAttributeSetsCountOperationOptions) ToHeaders ¶
func (o GetAttributeSetsCountOperationOptions) ToHeaders() *client.Headers
func (GetAttributeSetsCountOperationOptions) ToOData ¶
func (o GetAttributeSetsCountOperationOptions) ToOData() *odata.Query
func (GetAttributeSetsCountOperationOptions) ToQuery ¶
func (o GetAttributeSetsCountOperationOptions) ToQuery() *client.QueryParams
type ListAttributeSetsCompleteResult ¶
type ListAttributeSetsCompleteResult struct { LatestHttpResponse *http.Response Items []stable.AttributeSet }
type ListAttributeSetsCustomPager ¶
func (*ListAttributeSetsCustomPager) NextPageLink ¶
func (p *ListAttributeSetsCustomPager) NextPageLink() *odata.Link
type ListAttributeSetsOperationOptions ¶
type ListAttributeSetsOperationOptions 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 DefaultListAttributeSetsOperationOptions ¶
func DefaultListAttributeSetsOperationOptions() ListAttributeSetsOperationOptions
func (ListAttributeSetsOperationOptions) ToHeaders ¶
func (o ListAttributeSetsOperationOptions) ToHeaders() *client.Headers
func (ListAttributeSetsOperationOptions) ToOData ¶
func (o ListAttributeSetsOperationOptions) ToOData() *odata.Query
func (ListAttributeSetsOperationOptions) ToQuery ¶
func (o ListAttributeSetsOperationOptions) ToQuery() *client.QueryParams
type UpdateAttributeSetOperationOptions ¶
type UpdateAttributeSetOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateAttributeSetOperationOptions ¶
func DefaultUpdateAttributeSetOperationOptions() UpdateAttributeSetOperationOptions
func (UpdateAttributeSetOperationOptions) ToHeaders ¶
func (o UpdateAttributeSetOperationOptions) ToHeaders() *client.Headers
func (UpdateAttributeSetOperationOptions) ToOData ¶
func (o UpdateAttributeSetOperationOptions) ToOData() *odata.Query
func (UpdateAttributeSetOperationOptions) ToQuery ¶
func (o UpdateAttributeSetOperationOptions) ToQuery() *client.QueryParams