Documentation ¶
Index ¶
- type AcceptedSenderClient
- func (c AcceptedSenderClient) AddAcceptedSenderRef(ctx context.Context, id beta.GroupId, input beta.ReferenceCreate, ...) (result AddAcceptedSenderRefOperationResponse, err error)
- func (c AcceptedSenderClient) GetAcceptedSendersCount(ctx context.Context, id beta.GroupId, ...) (result GetAcceptedSendersCountOperationResponse, err error)
- func (c AcceptedSenderClient) ListAcceptedSenderRefs(ctx context.Context, id beta.GroupId, ...) (result ListAcceptedSenderRefsOperationResponse, err error)
- func (c AcceptedSenderClient) ListAcceptedSenderRefsComplete(ctx context.Context, id beta.GroupId, ...) (ListAcceptedSenderRefsCompleteResult, error)
- func (c AcceptedSenderClient) ListAcceptedSenderRefsCompleteMatchingPredicate(ctx context.Context, id beta.GroupId, ...) (result ListAcceptedSenderRefsCompleteResult, err error)
- func (c AcceptedSenderClient) ListAcceptedSenders(ctx context.Context, id beta.GroupId, ...) (result ListAcceptedSendersOperationResponse, err error)
- func (c AcceptedSenderClient) ListAcceptedSendersComplete(ctx context.Context, id beta.GroupId, ...) (ListAcceptedSendersCompleteResult, error)
- func (c AcceptedSenderClient) ListAcceptedSendersCompleteMatchingPredicate(ctx context.Context, id beta.GroupId, ...) (result ListAcceptedSendersCompleteResult, err error)
- func (c AcceptedSenderClient) RemoveAcceptedSenderRef(ctx context.Context, id beta.GroupIdAcceptedSenderId, ...) (result RemoveAcceptedSenderRefOperationResponse, err error)
- func (c AcceptedSenderClient) RemoveAcceptedSenderRefs(ctx context.Context, id beta.GroupId, ...) (result RemoveAcceptedSenderRefsOperationResponse, err error)
- type AddAcceptedSenderRefOperationOptions
- type AddAcceptedSenderRefOperationResponse
- type DirectoryObjectOperationPredicate
- type GetAcceptedSendersCountOperationOptions
- type GetAcceptedSendersCountOperationResponse
- type ListAcceptedSenderRefsCompleteResult
- type ListAcceptedSenderRefsCustomPager
- type ListAcceptedSenderRefsOperationOptions
- type ListAcceptedSenderRefsOperationResponse
- type ListAcceptedSendersCompleteResult
- type ListAcceptedSendersCustomPager
- type ListAcceptedSendersOperationOptions
- type ListAcceptedSendersOperationResponse
- type RemoveAcceptedSenderRefOperationOptions
- type RemoveAcceptedSenderRefOperationResponse
- type RemoveAcceptedSenderRefsOperationOptions
- type RemoveAcceptedSenderRefsOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcceptedSenderClient ¶
func NewAcceptedSenderClientWithBaseURI ¶
func NewAcceptedSenderClientWithBaseURI(sdkApi sdkEnv.Api) (*AcceptedSenderClient, error)
func (AcceptedSenderClient) AddAcceptedSenderRef ¶
func (c AcceptedSenderClient) AddAcceptedSenderRef(ctx context.Context, id beta.GroupId, input beta.ReferenceCreate, options AddAcceptedSenderRefOperationOptions) (result AddAcceptedSenderRefOperationResponse, err error)
AddAcceptedSenderRef - Create acceptedSender. Add a new user or group to the acceptedSender list. Specify the user or group in @odata.id in the request body. Users in the accepted senders list can post to conversations of the group. Make sure you don't specify the same user or group in the accepted senders and rejected senders lists, otherwise you'll get an error.
func (AcceptedSenderClient) GetAcceptedSendersCount ¶
func (c AcceptedSenderClient) GetAcceptedSendersCount(ctx context.Context, id beta.GroupId, options GetAcceptedSendersCountOperationOptions) (result GetAcceptedSendersCountOperationResponse, err error)
GetAcceptedSendersCount - Get the number of the resource
func (AcceptedSenderClient) ListAcceptedSenderRefs ¶
func (c AcceptedSenderClient) ListAcceptedSenderRefs(ctx context.Context, id beta.GroupId, options ListAcceptedSenderRefsOperationOptions) (result ListAcceptedSenderRefsOperationResponse, err error)
ListAcceptedSenderRefs - List acceptedSenders. Get a list of users or groups that are in the accepted-senders list for this group. Users in the accepted senders list can post to conversations of the group (identified in the GET request URL). Make sure you do not specify the same user or group in the accepted senders and rejected senders lists, otherwise you will get an error.
func (AcceptedSenderClient) ListAcceptedSenderRefsComplete ¶
func (c AcceptedSenderClient) ListAcceptedSenderRefsComplete(ctx context.Context, id beta.GroupId, options ListAcceptedSenderRefsOperationOptions) (ListAcceptedSenderRefsCompleteResult, error)
ListAcceptedSenderRefsComplete retrieves all the results into a single object
func (AcceptedSenderClient) ListAcceptedSenderRefsCompleteMatchingPredicate ¶
func (c AcceptedSenderClient) ListAcceptedSenderRefsCompleteMatchingPredicate(ctx context.Context, id beta.GroupId, options ListAcceptedSenderRefsOperationOptions, predicate DirectoryObjectOperationPredicate) (result ListAcceptedSenderRefsCompleteResult, err error)
ListAcceptedSenderRefsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (AcceptedSenderClient) ListAcceptedSenders ¶
func (c AcceptedSenderClient) ListAcceptedSenders(ctx context.Context, id beta.GroupId, options ListAcceptedSendersOperationOptions) (result ListAcceptedSendersOperationResponse, err error)
ListAcceptedSenders - List acceptedSenders. Get a list of users or groups that are in the accepted-senders list for this group. Users in the accepted senders list can post to conversations of the group (identified in the GET request URL). Make sure you do not specify the same user or group in the accepted senders and rejected senders lists, otherwise you will get an error.
func (AcceptedSenderClient) ListAcceptedSendersComplete ¶
func (c AcceptedSenderClient) ListAcceptedSendersComplete(ctx context.Context, id beta.GroupId, options ListAcceptedSendersOperationOptions) (ListAcceptedSendersCompleteResult, error)
ListAcceptedSendersComplete retrieves all the results into a single object
func (AcceptedSenderClient) ListAcceptedSendersCompleteMatchingPredicate ¶
func (c AcceptedSenderClient) ListAcceptedSendersCompleteMatchingPredicate(ctx context.Context, id beta.GroupId, options ListAcceptedSendersOperationOptions, predicate DirectoryObjectOperationPredicate) (result ListAcceptedSendersCompleteResult, err error)
ListAcceptedSendersCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (AcceptedSenderClient) RemoveAcceptedSenderRef ¶
func (c AcceptedSenderClient) RemoveAcceptedSenderRef(ctx context.Context, id beta.GroupIdAcceptedSenderId, options RemoveAcceptedSenderRefOperationOptions) (result RemoveAcceptedSenderRefOperationResponse, err error)
RemoveAcceptedSenderRef - Remove acceptedSender. Remove a user or group from the accepted-senders list of the specified group.
func (AcceptedSenderClient) RemoveAcceptedSenderRefs ¶
func (c AcceptedSenderClient) RemoveAcceptedSenderRefs(ctx context.Context, id beta.GroupId, options RemoveAcceptedSenderRefsOperationOptions) (result RemoveAcceptedSenderRefsOperationResponse, err error)
RemoveAcceptedSenderRefs - Remove acceptedSender. Remove a user or group from the accepted-senders list of the specified group.
type AddAcceptedSenderRefOperationOptions ¶
type AddAcceptedSenderRefOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultAddAcceptedSenderRefOperationOptions ¶
func DefaultAddAcceptedSenderRefOperationOptions() AddAcceptedSenderRefOperationOptions
func (AddAcceptedSenderRefOperationOptions) ToHeaders ¶
func (o AddAcceptedSenderRefOperationOptions) ToHeaders() *client.Headers
func (AddAcceptedSenderRefOperationOptions) ToOData ¶
func (o AddAcceptedSenderRefOperationOptions) ToOData() *odata.Query
func (AddAcceptedSenderRefOperationOptions) ToQuery ¶
func (o AddAcceptedSenderRefOperationOptions) ToQuery() *client.QueryParams
type DirectoryObjectOperationPredicate ¶
type DirectoryObjectOperationPredicate struct { }
func (DirectoryObjectOperationPredicate) Matches ¶
func (p DirectoryObjectOperationPredicate) Matches(input beta.DirectoryObject) bool
type GetAcceptedSendersCountOperationOptions ¶
type GetAcceptedSendersCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetAcceptedSendersCountOperationOptions ¶
func DefaultGetAcceptedSendersCountOperationOptions() GetAcceptedSendersCountOperationOptions
func (GetAcceptedSendersCountOperationOptions) ToHeaders ¶
func (o GetAcceptedSendersCountOperationOptions) ToHeaders() *client.Headers
func (GetAcceptedSendersCountOperationOptions) ToOData ¶
func (o GetAcceptedSendersCountOperationOptions) ToOData() *odata.Query
func (GetAcceptedSendersCountOperationOptions) ToQuery ¶
func (o GetAcceptedSendersCountOperationOptions) ToQuery() *client.QueryParams
type ListAcceptedSenderRefsCompleteResult ¶
type ListAcceptedSenderRefsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DirectoryObject }
type ListAcceptedSenderRefsCustomPager ¶
func (*ListAcceptedSenderRefsCustomPager) NextPageLink ¶
func (p *ListAcceptedSenderRefsCustomPager) NextPageLink() *odata.Link
type ListAcceptedSenderRefsOperationOptions ¶
type ListAcceptedSenderRefsOperationOptions struct { Count *bool Filter *string Metadata *odata.Metadata OrderBy *odata.OrderBy RetryFunc client.RequestRetryFunc Search *string Skip *int64 Top *int64 }
func DefaultListAcceptedSenderRefsOperationOptions ¶
func DefaultListAcceptedSenderRefsOperationOptions() ListAcceptedSenderRefsOperationOptions
func (ListAcceptedSenderRefsOperationOptions) ToHeaders ¶
func (o ListAcceptedSenderRefsOperationOptions) ToHeaders() *client.Headers
func (ListAcceptedSenderRefsOperationOptions) ToOData ¶
func (o ListAcceptedSenderRefsOperationOptions) ToOData() *odata.Query
func (ListAcceptedSenderRefsOperationOptions) ToQuery ¶
func (o ListAcceptedSenderRefsOperationOptions) ToQuery() *client.QueryParams
type ListAcceptedSendersCompleteResult ¶
type ListAcceptedSendersCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DirectoryObject }
type ListAcceptedSendersCustomPager ¶
func (*ListAcceptedSendersCustomPager) NextPageLink ¶
func (p *ListAcceptedSendersCustomPager) NextPageLink() *odata.Link
type ListAcceptedSendersOperationOptions ¶
type ListAcceptedSendersOperationOptions 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 DefaultListAcceptedSendersOperationOptions ¶
func DefaultListAcceptedSendersOperationOptions() ListAcceptedSendersOperationOptions
func (ListAcceptedSendersOperationOptions) ToHeaders ¶
func (o ListAcceptedSendersOperationOptions) ToHeaders() *client.Headers
func (ListAcceptedSendersOperationOptions) ToOData ¶
func (o ListAcceptedSendersOperationOptions) ToOData() *odata.Query
func (ListAcceptedSendersOperationOptions) ToQuery ¶
func (o ListAcceptedSendersOperationOptions) ToQuery() *client.QueryParams
type RemoveAcceptedSenderRefOperationOptions ¶
type RemoveAcceptedSenderRefOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultRemoveAcceptedSenderRefOperationOptions ¶
func DefaultRemoveAcceptedSenderRefOperationOptions() RemoveAcceptedSenderRefOperationOptions
func (RemoveAcceptedSenderRefOperationOptions) ToHeaders ¶
func (o RemoveAcceptedSenderRefOperationOptions) ToHeaders() *client.Headers
func (RemoveAcceptedSenderRefOperationOptions) ToOData ¶
func (o RemoveAcceptedSenderRefOperationOptions) ToOData() *odata.Query
func (RemoveAcceptedSenderRefOperationOptions) ToQuery ¶
func (o RemoveAcceptedSenderRefOperationOptions) ToQuery() *client.QueryParams
type RemoveAcceptedSenderRefsOperationOptions ¶
type RemoveAcceptedSenderRefsOperationOptions struct { Id *string IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultRemoveAcceptedSenderRefsOperationOptions ¶
func DefaultRemoveAcceptedSenderRefsOperationOptions() RemoveAcceptedSenderRefsOperationOptions
func (RemoveAcceptedSenderRefsOperationOptions) ToHeaders ¶
func (o RemoveAcceptedSenderRefsOperationOptions) ToHeaders() *client.Headers
func (RemoveAcceptedSenderRefsOperationOptions) ToOData ¶
func (o RemoveAcceptedSenderRefsOperationOptions) ToOData() *odata.Query
func (RemoveAcceptedSenderRefsOperationOptions) ToQuery ¶
func (o RemoveAcceptedSenderRefsOperationOptions) ToQuery() *client.QueryParams