Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type CreatedObjectClient struct + Client *msgraph.Client + func NewCreatedObjectClientWithBaseURI(sdkApi sdkEnv.Api) (*CreatedObjectClient, error) + func (c CreatedObjectClient) GetCreatedObject(ctx context.Context, id stable.MeCreatedObjectId, ...) (result GetCreatedObjectOperationResponse, err error) + func (c CreatedObjectClient) GetCreatedObjectsCount(ctx context.Context, options GetCreatedObjectsCountOperationOptions) (result GetCreatedObjectsCountOperationResponse, err error) + func (c CreatedObjectClient) ListCreatedObjects(ctx context.Context, options ListCreatedObjectsOperationOptions) (result ListCreatedObjectsOperationResponse, err error) + func (c CreatedObjectClient) ListCreatedObjectsComplete(ctx context.Context, options ListCreatedObjectsOperationOptions) (ListCreatedObjectsCompleteResult, error) + func (c CreatedObjectClient) ListCreatedObjectsCompleteMatchingPredicate(ctx context.Context, options ListCreatedObjectsOperationOptions, ...) (result ListCreatedObjectsCompleteResult, err error) + type DirectoryObjectOperationPredicate struct + func (p DirectoryObjectOperationPredicate) Matches(input stable.DirectoryObject) bool + type GetCreatedObjectOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetCreatedObjectOperationOptions() GetCreatedObjectOperationOptions + func (o GetCreatedObjectOperationOptions) ToHeaders() *client.Headers + func (o GetCreatedObjectOperationOptions) ToOData() *odata.Query + func (o GetCreatedObjectOperationOptions) ToQuery() *client.QueryParams + type GetCreatedObjectOperationResponse struct + HttpResponse *http.Response + Model stable.DirectoryObject + OData *odata.OData + type GetCreatedObjectsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetCreatedObjectsCountOperationOptions() GetCreatedObjectsCountOperationOptions + func (o GetCreatedObjectsCountOperationOptions) ToHeaders() *client.Headers + func (o GetCreatedObjectsCountOperationOptions) ToOData() *odata.Query + func (o GetCreatedObjectsCountOperationOptions) ToQuery() *client.QueryParams + type GetCreatedObjectsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListCreatedObjectsCompleteResult struct + Items []stable.DirectoryObject + LatestHttpResponse *http.Response + type ListCreatedObjectsCustomPager struct + NextLink *odata.Link + func (p *ListCreatedObjectsCustomPager) NextPageLink() *odata.Link + type ListCreatedObjectsOperationOptions 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 DefaultListCreatedObjectsOperationOptions() ListCreatedObjectsOperationOptions + func (o ListCreatedObjectsOperationOptions) ToHeaders() *client.Headers + func (o ListCreatedObjectsOperationOptions) ToOData() *odata.Query + func (o ListCreatedObjectsOperationOptions) ToQuery() *client.QueryParams + type ListCreatedObjectsOperationResponse struct + HttpResponse *http.Response + Model *[]stable.DirectoryObject + OData *odata.OData