acceptedsender

package
v0.20241104.1140654 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2024 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AcceptedSenderClient

type AcceptedSenderClient struct {
	Client *msgraph.Client
}

func NewAcceptedSenderClientWithBaseURI

func NewAcceptedSenderClientWithBaseURI(sdkApi sdkEnv.Api) (*AcceptedSenderClient, error)

func (AcceptedSenderClient) AddAcceptedSenderRef

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

GetAcceptedSendersCount - Get the number of the resource

func (AcceptedSenderClient) ListAcceptedSenderRefs

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

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

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

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

RemoveAcceptedSenderRef - Remove acceptedSender. Remove a user or group from the accepted-senders list of the specified group.

func (AcceptedSenderClient) RemoveAcceptedSenderRefs

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 (AddAcceptedSenderRefOperationOptions) ToOData

func (AddAcceptedSenderRefOperationOptions) ToQuery

type AddAcceptedSenderRefOperationResponse

type AddAcceptedSenderRefOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type DirectoryObjectOperationPredicate

type DirectoryObjectOperationPredicate struct {
}

func (DirectoryObjectOperationPredicate) Matches

type GetAcceptedSendersCountOperationOptions

type GetAcceptedSendersCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func DefaultGetAcceptedSendersCountOperationOptions

func DefaultGetAcceptedSendersCountOperationOptions() GetAcceptedSendersCountOperationOptions

func (GetAcceptedSendersCountOperationOptions) ToHeaders

func (GetAcceptedSendersCountOperationOptions) ToOData

func (GetAcceptedSendersCountOperationOptions) ToQuery

type GetAcceptedSendersCountOperationResponse

type GetAcceptedSendersCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListAcceptedSenderRefsCompleteResult

type ListAcceptedSenderRefsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.DirectoryObject
}

type ListAcceptedSenderRefsCustomPager

type ListAcceptedSenderRefsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}
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 (ListAcceptedSenderRefsOperationOptions) ToOData

func (ListAcceptedSenderRefsOperationOptions) ToQuery

type ListAcceptedSenderRefsOperationResponse

type ListAcceptedSenderRefsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.DirectoryObject
}

type ListAcceptedSendersCompleteResult

type ListAcceptedSendersCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.DirectoryObject
}

type ListAcceptedSendersCustomPager

type ListAcceptedSendersCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}
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 (ListAcceptedSendersOperationOptions) ToOData

func (ListAcceptedSendersOperationOptions) ToQuery

type ListAcceptedSendersOperationResponse

type ListAcceptedSendersOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.DirectoryObject
}

type RemoveAcceptedSenderRefOperationOptions

type RemoveAcceptedSenderRefOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultRemoveAcceptedSenderRefOperationOptions

func DefaultRemoveAcceptedSenderRefOperationOptions() RemoveAcceptedSenderRefOperationOptions

func (RemoveAcceptedSenderRefOperationOptions) ToHeaders

func (RemoveAcceptedSenderRefOperationOptions) ToOData

func (RemoveAcceptedSenderRefOperationOptions) ToQuery

type RemoveAcceptedSenderRefOperationResponse

type RemoveAcceptedSenderRefOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type RemoveAcceptedSenderRefsOperationOptions

type RemoveAcceptedSenderRefsOperationOptions struct {
	Id        *string
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultRemoveAcceptedSenderRefsOperationOptions

func DefaultRemoveAcceptedSenderRefsOperationOptions() RemoveAcceptedSenderRefsOperationOptions

func (RemoveAcceptedSenderRefsOperationOptions) ToHeaders

func (RemoveAcceptedSenderRefsOperationOptions) ToOData

func (RemoveAcceptedSenderRefsOperationOptions) ToQuery

type RemoveAcceptedSenderRefsOperationResponse

type RemoveAcceptedSenderRefsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL