partnerbillingmanifest

package
v0.20241025.1143247 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 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 CreatePartnerBillingManifestOperationOptions

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

func DefaultCreatePartnerBillingManifestOperationOptions

func DefaultCreatePartnerBillingManifestOperationOptions() CreatePartnerBillingManifestOperationOptions

func (CreatePartnerBillingManifestOperationOptions) ToHeaders

func (CreatePartnerBillingManifestOperationOptions) ToOData

func (CreatePartnerBillingManifestOperationOptions) ToQuery

type CreatePartnerBillingManifestOperationResponse

type CreatePartnerBillingManifestOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.PartnersBillingManifest
}

type DeletePartnerBillingManifestOperationOptions

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

func DefaultDeletePartnerBillingManifestOperationOptions

func DefaultDeletePartnerBillingManifestOperationOptions() DeletePartnerBillingManifestOperationOptions

func (DeletePartnerBillingManifestOperationOptions) ToHeaders

func (DeletePartnerBillingManifestOperationOptions) ToOData

func (DeletePartnerBillingManifestOperationOptions) ToQuery

type DeletePartnerBillingManifestOperationResponse

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

type GetPartnerBillingManifestOperationOptions

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

func DefaultGetPartnerBillingManifestOperationOptions

func DefaultGetPartnerBillingManifestOperationOptions() GetPartnerBillingManifestOperationOptions

func (GetPartnerBillingManifestOperationOptions) ToHeaders

func (GetPartnerBillingManifestOperationOptions) ToOData

func (GetPartnerBillingManifestOperationOptions) ToQuery

type GetPartnerBillingManifestOperationResponse

type GetPartnerBillingManifestOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.PartnersBillingManifest
}

type GetPartnerBillingManifestsCountOperationOptions

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

func DefaultGetPartnerBillingManifestsCountOperationOptions

func DefaultGetPartnerBillingManifestsCountOperationOptions() GetPartnerBillingManifestsCountOperationOptions

func (GetPartnerBillingManifestsCountOperationOptions) ToHeaders

func (GetPartnerBillingManifestsCountOperationOptions) ToOData

func (GetPartnerBillingManifestsCountOperationOptions) ToQuery

type GetPartnerBillingManifestsCountOperationResponse

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

type ListPartnerBillingManifestsCompleteResult

type ListPartnerBillingManifestsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.PartnersBillingManifest
}

type ListPartnerBillingManifestsCustomPager

type ListPartnerBillingManifestsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListPartnerBillingManifestsOperationOptions

type ListPartnerBillingManifestsOperationOptions 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 DefaultListPartnerBillingManifestsOperationOptions

func DefaultListPartnerBillingManifestsOperationOptions() ListPartnerBillingManifestsOperationOptions

func (ListPartnerBillingManifestsOperationOptions) ToHeaders

func (ListPartnerBillingManifestsOperationOptions) ToOData

func (ListPartnerBillingManifestsOperationOptions) ToQuery

type ListPartnerBillingManifestsOperationResponse

type ListPartnerBillingManifestsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.PartnersBillingManifest
}

type PartnerBillingManifestClient

type PartnerBillingManifestClient struct {
	Client *msgraph.Client
}

func NewPartnerBillingManifestClientWithBaseURI

func NewPartnerBillingManifestClientWithBaseURI(sdkApi sdkEnv.Api) (*PartnerBillingManifestClient, error)

func (PartnerBillingManifestClient) CreatePartnerBillingManifest

CreatePartnerBillingManifest - Create new navigation property to manifests for reports

func (PartnerBillingManifestClient) DeletePartnerBillingManifest

DeletePartnerBillingManifest - Delete navigation property manifests for reports

func (PartnerBillingManifestClient) GetPartnerBillingManifest

GetPartnerBillingManifest - Get manifest. Read the properties and relationships of a manifest object.

func (PartnerBillingManifestClient) GetPartnerBillingManifestsCount

GetPartnerBillingManifestsCount - Get the number of the resource

func (PartnerBillingManifestClient) ListPartnerBillingManifests

ListPartnerBillingManifests - Get manifest. Read the properties and relationships of a manifest object.

func (PartnerBillingManifestClient) ListPartnerBillingManifestsComplete

ListPartnerBillingManifestsComplete retrieves all the results into a single object

func (PartnerBillingManifestClient) ListPartnerBillingManifestsCompleteMatchingPredicate

ListPartnerBillingManifestsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (PartnerBillingManifestClient) UpdatePartnerBillingManifest

UpdatePartnerBillingManifest - Update the navigation property manifests in reports

type PartnersBillingManifestOperationPredicate

type PartnersBillingManifestOperationPredicate struct {
}

func (PartnersBillingManifestOperationPredicate) Matches

type UpdatePartnerBillingManifestOperationOptions

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

func DefaultUpdatePartnerBillingManifestOperationOptions

func DefaultUpdatePartnerBillingManifestOperationOptions() UpdatePartnerBillingManifestOperationOptions

func (UpdatePartnerBillingManifestOperationOptions) ToHeaders

func (UpdatePartnerBillingManifestOperationOptions) ToOData

func (UpdatePartnerBillingManifestOperationOptions) ToQuery

type UpdatePartnerBillingManifestOperationResponse

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