profileaddress

package
v0.20240927.1005214 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateProfileAddressOperationOptions

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

func DefaultCreateProfileAddressOperationOptions

func DefaultCreateProfileAddressOperationOptions() CreateProfileAddressOperationOptions

func (CreateProfileAddressOperationOptions) ToHeaders

func (CreateProfileAddressOperationOptions) ToOData

func (CreateProfileAddressOperationOptions) ToQuery

type CreateProfileAddressOperationResponse

type CreateProfileAddressOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.ItemAddress
}

type DeleteProfileAddressOperationOptions

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

func DefaultDeleteProfileAddressOperationOptions

func DefaultDeleteProfileAddressOperationOptions() DeleteProfileAddressOperationOptions

func (DeleteProfileAddressOperationOptions) ToHeaders

func (DeleteProfileAddressOperationOptions) ToOData

func (DeleteProfileAddressOperationOptions) ToQuery

type DeleteProfileAddressOperationResponse

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

type GetProfileAddressOperationOptions

type GetProfileAddressOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetProfileAddressOperationOptions

func DefaultGetProfileAddressOperationOptions() GetProfileAddressOperationOptions

func (GetProfileAddressOperationOptions) ToHeaders

func (GetProfileAddressOperationOptions) ToOData

func (GetProfileAddressOperationOptions) ToQuery

type GetProfileAddressOperationResponse

type GetProfileAddressOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.ItemAddress
}

type GetProfileAddressesCountOperationOptions

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

func DefaultGetProfileAddressesCountOperationOptions

func DefaultGetProfileAddressesCountOperationOptions() GetProfileAddressesCountOperationOptions

func (GetProfileAddressesCountOperationOptions) ToHeaders

func (GetProfileAddressesCountOperationOptions) ToOData

func (GetProfileAddressesCountOperationOptions) ToQuery

type GetProfileAddressesCountOperationResponse

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

type ItemAddressOperationPredicate

type ItemAddressOperationPredicate struct {
}

func (ItemAddressOperationPredicate) Matches

type ListProfileAddressesCompleteResult

type ListProfileAddressesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.ItemAddress
}

type ListProfileAddressesCustomPager

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

type ListProfileAddressesOperationOptions

type ListProfileAddressesOperationOptions 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 DefaultListProfileAddressesOperationOptions

func DefaultListProfileAddressesOperationOptions() ListProfileAddressesOperationOptions

func (ListProfileAddressesOperationOptions) ToHeaders

func (ListProfileAddressesOperationOptions) ToOData

func (ListProfileAddressesOperationOptions) ToQuery

type ListProfileAddressesOperationResponse

type ListProfileAddressesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.ItemAddress
}

type ProfileAddressClient

type ProfileAddressClient struct {
	Client *msgraph.Client
}

func NewProfileAddressClientWithBaseURI

func NewProfileAddressClientWithBaseURI(sdkApi sdkEnv.Api) (*ProfileAddressClient, error)

func (ProfileAddressClient) CreateProfileAddress

CreateProfileAddress - Create new navigation property to addresses for users

func (ProfileAddressClient) DeleteProfileAddress

DeleteProfileAddress - Delete itemAddress. Deletes an itemAddress object.

func (ProfileAddressClient) GetProfileAddress

GetProfileAddress - Get addresses from users. Represents details of addresses associated with the user.

func (ProfileAddressClient) GetProfileAddressesCount

GetProfileAddressesCount - Get the number of the resource

func (ProfileAddressClient) ListProfileAddresses

ListProfileAddresses - Get addresses from users. Represents details of addresses associated with the user.

func (ProfileAddressClient) ListProfileAddressesComplete

ListProfileAddressesComplete retrieves all the results into a single object

func (ProfileAddressClient) ListProfileAddressesCompleteMatchingPredicate

func (c ProfileAddressClient) ListProfileAddressesCompleteMatchingPredicate(ctx context.Context, id beta.UserId, options ListProfileAddressesOperationOptions, predicate ItemAddressOperationPredicate) (result ListProfileAddressesCompleteResult, err error)

ListProfileAddressesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (ProfileAddressClient) UpdateProfileAddress

UpdateProfileAddress - Update itemAddress. Update the properties of an itemAddress object.

type UpdateProfileAddressOperationOptions

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

func DefaultUpdateProfileAddressOperationOptions

func DefaultUpdateProfileAddressOperationOptions() UpdateProfileAddressOperationOptions

func (UpdateProfileAddressOperationOptions) ToHeaders

func (UpdateProfileAddressOperationOptions) ToOData

func (UpdateProfileAddressOperationOptions) ToQuery

type UpdateProfileAddressOperationResponse

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