profilewebsite

package
v0.20241128.1112539 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 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 CreateProfileWebsiteOperationOptions

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

func DefaultCreateProfileWebsiteOperationOptions

func DefaultCreateProfileWebsiteOperationOptions() CreateProfileWebsiteOperationOptions

func (CreateProfileWebsiteOperationOptions) ToHeaders

func (CreateProfileWebsiteOperationOptions) ToOData

func (CreateProfileWebsiteOperationOptions) ToQuery

type CreateProfileWebsiteOperationResponse

type CreateProfileWebsiteOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.PersonWebsite
}

type DeleteProfileWebsiteOperationOptions

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

func DefaultDeleteProfileWebsiteOperationOptions

func DefaultDeleteProfileWebsiteOperationOptions() DeleteProfileWebsiteOperationOptions

func (DeleteProfileWebsiteOperationOptions) ToHeaders

func (DeleteProfileWebsiteOperationOptions) ToOData

func (DeleteProfileWebsiteOperationOptions) ToQuery

type DeleteProfileWebsiteOperationResponse

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

type GetProfileWebsiteOperationOptions

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

func DefaultGetProfileWebsiteOperationOptions

func DefaultGetProfileWebsiteOperationOptions() GetProfileWebsiteOperationOptions

func (GetProfileWebsiteOperationOptions) ToHeaders

func (GetProfileWebsiteOperationOptions) ToOData

func (GetProfileWebsiteOperationOptions) ToQuery

type GetProfileWebsiteOperationResponse

type GetProfileWebsiteOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.PersonWebsite
}

type GetProfileWebsitesCountOperationOptions

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

func DefaultGetProfileWebsitesCountOperationOptions

func DefaultGetProfileWebsitesCountOperationOptions() GetProfileWebsitesCountOperationOptions

func (GetProfileWebsitesCountOperationOptions) ToHeaders

func (GetProfileWebsitesCountOperationOptions) ToOData

func (GetProfileWebsitesCountOperationOptions) ToQuery

type GetProfileWebsitesCountOperationResponse

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

type ListProfileWebsitesCompleteResult

type ListProfileWebsitesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.PersonWebsite
}

type ListProfileWebsitesCustomPager

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

type ListProfileWebsitesOperationOptions

type ListProfileWebsitesOperationOptions 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 DefaultListProfileWebsitesOperationOptions

func DefaultListProfileWebsitesOperationOptions() ListProfileWebsitesOperationOptions

func (ListProfileWebsitesOperationOptions) ToHeaders

func (ListProfileWebsitesOperationOptions) ToOData

func (ListProfileWebsitesOperationOptions) ToQuery

type ListProfileWebsitesOperationResponse

type ListProfileWebsitesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.PersonWebsite
}

type PersonWebsiteOperationPredicate

type PersonWebsiteOperationPredicate struct {
}

func (PersonWebsiteOperationPredicate) Matches

type ProfileWebsiteClient

type ProfileWebsiteClient struct {
	Client *msgraph.Client
}

func NewProfileWebsiteClientWithBaseURI

func NewProfileWebsiteClientWithBaseURI(sdkApi sdkEnv.Api) (*ProfileWebsiteClient, error)

func (ProfileWebsiteClient) CreateProfileWebsite

CreateProfileWebsite - Create personWebsite. Create a new personWebsite object in a user's profile.

func (ProfileWebsiteClient) DeleteProfileWebsite

DeleteProfileWebsite - Delete personWebsite. Deletes a personWebsite object from a user's profile.

func (ProfileWebsiteClient) GetProfileWebsite

GetProfileWebsite - Get personWebsite. Retrieve the properties and relationships of a personWebsite object from a user's profile.

func (ProfileWebsiteClient) GetProfileWebsitesCount

GetProfileWebsitesCount - Get the number of the resource

func (ProfileWebsiteClient) ListProfileWebsites

ListProfileWebsites - List websites. Retrieve a list of personWebsite objects from a user's profile.

func (ProfileWebsiteClient) ListProfileWebsitesComplete

ListProfileWebsitesComplete retrieves all the results into a single object

func (ProfileWebsiteClient) ListProfileWebsitesCompleteMatchingPredicate

func (c ProfileWebsiteClient) ListProfileWebsitesCompleteMatchingPredicate(ctx context.Context, options ListProfileWebsitesOperationOptions, predicate PersonWebsiteOperationPredicate) (result ListProfileWebsitesCompleteResult, err error)

ListProfileWebsitesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (ProfileWebsiteClient) UpdateProfileWebsite

UpdateProfileWebsite - Update personwebsite. Update the properties of personWebsite object in a user's profile.

type UpdateProfileWebsiteOperationOptions

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

func DefaultUpdateProfileWebsiteOperationOptions

func DefaultUpdateProfileWebsiteOperationOptions() UpdateProfileWebsiteOperationOptions

func (UpdateProfileWebsiteOperationOptions) ToHeaders

func (UpdateProfileWebsiteOperationOptions) ToOData

func (UpdateProfileWebsiteOperationOptions) ToQuery

type UpdateProfileWebsiteOperationResponse

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