rejectedsender

package
v0.20241111.1164443 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 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 AddRejectedSenderRefOperationOptions

type AddRejectedSenderRefOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultAddRejectedSenderRefOperationOptions

func DefaultAddRejectedSenderRefOperationOptions() AddRejectedSenderRefOperationOptions

func (AddRejectedSenderRefOperationOptions) ToHeaders

func (AddRejectedSenderRefOperationOptions) ToOData

func (AddRejectedSenderRefOperationOptions) ToQuery

type AddRejectedSenderRefOperationResponse

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

type DirectoryObjectOperationPredicate

type DirectoryObjectOperationPredicate struct {
}

func (DirectoryObjectOperationPredicate) Matches

type GetRejectedSendersCountOperationOptions

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

func DefaultGetRejectedSendersCountOperationOptions

func DefaultGetRejectedSendersCountOperationOptions() GetRejectedSendersCountOperationOptions

func (GetRejectedSendersCountOperationOptions) ToHeaders

func (GetRejectedSendersCountOperationOptions) ToOData

func (GetRejectedSendersCountOperationOptions) ToQuery

type GetRejectedSendersCountOperationResponse

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

type ListRejectedSenderRefsCompleteResult

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

type ListRejectedSenderRefsCustomPager

type ListRejectedSenderRefsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}
func (p *ListRejectedSenderRefsCustomPager) NextPageLink() *odata.Link

type ListRejectedSenderRefsOperationOptions

type ListRejectedSenderRefsOperationOptions struct {
	Count     *bool
	Filter    *string
	Metadata  *odata.Metadata
	OrderBy   *odata.OrderBy
	RetryFunc client.RequestRetryFunc
	Search    *string
	Skip      *int64
	Top       *int64
}

func DefaultListRejectedSenderRefsOperationOptions

func DefaultListRejectedSenderRefsOperationOptions() ListRejectedSenderRefsOperationOptions

func (ListRejectedSenderRefsOperationOptions) ToHeaders

func (ListRejectedSenderRefsOperationOptions) ToOData

func (ListRejectedSenderRefsOperationOptions) ToQuery

type ListRejectedSenderRefsOperationResponse

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

type ListRejectedSendersCompleteResult

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

type ListRejectedSendersCustomPager

type ListRejectedSendersCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}
func (p *ListRejectedSendersCustomPager) NextPageLink() *odata.Link

type ListRejectedSendersOperationOptions

type ListRejectedSendersOperationOptions 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 DefaultListRejectedSendersOperationOptions

func DefaultListRejectedSendersOperationOptions() ListRejectedSendersOperationOptions

func (ListRejectedSendersOperationOptions) ToHeaders

func (ListRejectedSendersOperationOptions) ToOData

func (ListRejectedSendersOperationOptions) ToQuery

type ListRejectedSendersOperationResponse

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

type RejectedSenderClient

type RejectedSenderClient struct {
	Client *msgraph.Client
}

func NewRejectedSenderClientWithBaseURI

func NewRejectedSenderClientWithBaseURI(sdkApi sdkEnv.Api) (*RejectedSenderClient, error)

func (RejectedSenderClient) AddRejectedSenderRef

AddRejectedSenderRef - Create rejectedSender. Add a new user or group to the rejectedSender list. Specify the user or group in @odata.id in the request body. Users in the rejected senders list can't post to conversations of the group (identified in the POST request URL). Make sure you don't specify the same user or group in the rejected senders and accepted senders lists, otherwise you'll get an error.

func (RejectedSenderClient) GetRejectedSendersCount

GetRejectedSendersCount - Get the number of the resource

func (RejectedSenderClient) ListRejectedSenderRefs

ListRejectedSenderRefs - List rejectedSenders. Get a list of users or groups that are in the rejected-senders list for this group. Users in the rejected senders list can't post to conversations of the group (identified in the GET request URL). Make sure you don't specify the same user or group in the rejected senders and accepted senders lists, otherwise you get an error.

func (RejectedSenderClient) ListRejectedSenderRefsComplete

ListRejectedSenderRefsComplete retrieves all the results into a single object

func (RejectedSenderClient) ListRejectedSenderRefsCompleteMatchingPredicate

func (c RejectedSenderClient) ListRejectedSenderRefsCompleteMatchingPredicate(ctx context.Context, id beta.GroupId, options ListRejectedSenderRefsOperationOptions, predicate DirectoryObjectOperationPredicate) (result ListRejectedSenderRefsCompleteResult, err error)

ListRejectedSenderRefsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (RejectedSenderClient) ListRejectedSenders

ListRejectedSenders - List rejectedSenders. Get a list of users or groups that are in the rejected-senders list for this group. Users in the rejected senders list can't post to conversations of the group (identified in the GET request URL). Make sure you don't specify the same user or group in the rejected senders and accepted senders lists, otherwise you get an error.

func (RejectedSenderClient) ListRejectedSendersComplete

ListRejectedSendersComplete retrieves all the results into a single object

func (RejectedSenderClient) ListRejectedSendersCompleteMatchingPredicate

func (c RejectedSenderClient) ListRejectedSendersCompleteMatchingPredicate(ctx context.Context, id beta.GroupId, options ListRejectedSendersOperationOptions, predicate DirectoryObjectOperationPredicate) (result ListRejectedSendersCompleteResult, err error)

ListRejectedSendersCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (RejectedSenderClient) RemoveRejectedSenderRef

RemoveRejectedSenderRef - Remove rejectedSender. Remove a user or group from the rejected-senders list of the specified group.

func (RejectedSenderClient) RemoveRejectedSenderRefs

RemoveRejectedSenderRefs - Remove rejectedSender. Remove a user or group from the rejected-senders list of the specified group.

type RemoveRejectedSenderRefOperationOptions

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

func DefaultRemoveRejectedSenderRefOperationOptions

func DefaultRemoveRejectedSenderRefOperationOptions() RemoveRejectedSenderRefOperationOptions

func (RemoveRejectedSenderRefOperationOptions) ToHeaders

func (RemoveRejectedSenderRefOperationOptions) ToOData

func (RemoveRejectedSenderRefOperationOptions) ToQuery

type RemoveRejectedSenderRefOperationResponse

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

type RemoveRejectedSenderRefsOperationOptions

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

func DefaultRemoveRejectedSenderRefsOperationOptions

func DefaultRemoveRejectedSenderRefsOperationOptions() RemoveRejectedSenderRefsOperationOptions

func (RemoveRejectedSenderRefsOperationOptions) ToHeaders

func (RemoveRejectedSenderRefsOperationOptions) ToOData

func (RemoveRejectedSenderRefsOperationOptions) ToQuery

type RemoveRejectedSenderRefsOperationResponse

type RemoveRejectedSenderRefsOperationResponse 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