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 CreateProfilePublicationOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateProfilePublicationOperationOptions() CreateProfilePublicationOperationOptions + func (o CreateProfilePublicationOperationOptions) ToHeaders() *client.Headers + func (o CreateProfilePublicationOperationOptions) ToOData() *odata.Query + func (o CreateProfilePublicationOperationOptions) ToQuery() *client.QueryParams + type CreateProfilePublicationOperationResponse struct + HttpResponse *http.Response + Model *beta.ItemPublication + OData *odata.OData + type DeleteProfilePublicationOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteProfilePublicationOperationOptions() DeleteProfilePublicationOperationOptions + func (o DeleteProfilePublicationOperationOptions) ToHeaders() *client.Headers + func (o DeleteProfilePublicationOperationOptions) ToOData() *odata.Query + func (o DeleteProfilePublicationOperationOptions) ToQuery() *client.QueryParams + type DeleteProfilePublicationOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetProfilePublicationOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetProfilePublicationOperationOptions() GetProfilePublicationOperationOptions + func (o GetProfilePublicationOperationOptions) ToHeaders() *client.Headers + func (o GetProfilePublicationOperationOptions) ToOData() *odata.Query + func (o GetProfilePublicationOperationOptions) ToQuery() *client.QueryParams + type GetProfilePublicationOperationResponse struct + HttpResponse *http.Response + Model *beta.ItemPublication + OData *odata.OData + type GetProfilePublicationsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetProfilePublicationsCountOperationOptions() GetProfilePublicationsCountOperationOptions + func (o GetProfilePublicationsCountOperationOptions) ToHeaders() *client.Headers + func (o GetProfilePublicationsCountOperationOptions) ToOData() *odata.Query + func (o GetProfilePublicationsCountOperationOptions) ToQuery() *client.QueryParams + type GetProfilePublicationsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ItemPublicationOperationPredicate struct + func (p ItemPublicationOperationPredicate) Matches(input beta.ItemPublication) bool + type ListProfilePublicationsCompleteResult struct + Items []beta.ItemPublication + LatestHttpResponse *http.Response + type ListProfilePublicationsCustomPager struct + NextLink *odata.Link + func (p *ListProfilePublicationsCustomPager) NextPageLink() *odata.Link + type ListProfilePublicationsOperationOptions 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 DefaultListProfilePublicationsOperationOptions() ListProfilePublicationsOperationOptions + func (o ListProfilePublicationsOperationOptions) ToHeaders() *client.Headers + func (o ListProfilePublicationsOperationOptions) ToOData() *odata.Query + func (o ListProfilePublicationsOperationOptions) ToQuery() *client.QueryParams + type ListProfilePublicationsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.ItemPublication + OData *odata.OData + type ProfilePublicationClient struct + Client *msgraph.Client + func NewProfilePublicationClientWithBaseURI(sdkApi sdkEnv.Api) (*ProfilePublicationClient, error) + func (c ProfilePublicationClient) CreateProfilePublication(ctx context.Context, input beta.ItemPublication, ...) (result CreateProfilePublicationOperationResponse, err error) + func (c ProfilePublicationClient) DeleteProfilePublication(ctx context.Context, id beta.MeProfilePublicationId, ...) (result DeleteProfilePublicationOperationResponse, err error) + func (c ProfilePublicationClient) GetProfilePublication(ctx context.Context, id beta.MeProfilePublicationId, ...) (result GetProfilePublicationOperationResponse, err error) + func (c ProfilePublicationClient) GetProfilePublicationsCount(ctx context.Context, options GetProfilePublicationsCountOperationOptions) (result GetProfilePublicationsCountOperationResponse, err error) + func (c ProfilePublicationClient) ListProfilePublications(ctx context.Context, options ListProfilePublicationsOperationOptions) (result ListProfilePublicationsOperationResponse, err error) + func (c ProfilePublicationClient) ListProfilePublicationsComplete(ctx context.Context, options ListProfilePublicationsOperationOptions) (ListProfilePublicationsCompleteResult, error) + func (c ProfilePublicationClient) ListProfilePublicationsCompleteMatchingPredicate(ctx context.Context, options ListProfilePublicationsOperationOptions, ...) (result ListProfilePublicationsCompleteResult, err error) + func (c ProfilePublicationClient) UpdateProfilePublication(ctx context.Context, id beta.MeProfilePublicationId, ...) (result UpdateProfilePublicationOperationResponse, err error) + type UpdateProfilePublicationOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateProfilePublicationOperationOptions() UpdateProfilePublicationOperationOptions + func (o UpdateProfilePublicationOperationOptions) ToHeaders() *client.Headers + func (o UpdateProfilePublicationOperationOptions) ToOData() *odata.Query + func (o UpdateProfilePublicationOperationOptions) ToQuery() *client.QueryParams + type UpdateProfilePublicationOperationResponse struct + HttpResponse *http.Response + OData *odata.OData