Documentation
¶
Index ¶
- type ServicesRequestBuilder
- func (m *ServicesRequestBuilder) CreateGetRequestInformation(options *ServicesRequestBuilderGetOptions) (...)
- func (m *ServicesRequestBuilder) CreatePostRequestInformation(options *ServicesRequestBuilderPostOptions) (...)
- func (m *ServicesRequestBuilder) Get(options *ServicesRequestBuilderGetOptions) (*ServicesResponse, error)
- func (m *ServicesRequestBuilder) Post(options *ServicesRequestBuilderPostOptions) (...)
- type ServicesRequestBuilderGetOptions
- type ServicesRequestBuilderGetQueryParameters
- type ServicesRequestBuilderPostOptions
- type ServicesResponse
- func (m *ServicesResponse) GetAdditionalData() map[string]interface{}
- func (m *ServicesResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *ServicesResponse) GetNextLink() *string
- func (m *ServicesResponse) GetValue() ...
- func (m *ServicesResponse) IsNil() bool
- func (m *ServicesResponse) Serialize(...) error
- func (m *ServicesResponse) SetAdditionalData(value map[string]interface{})
- func (m *ServicesResponse) SetNextLink(value *string)
- func (m *ServicesResponse) SetValue(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServicesRequestBuilder ¶
type ServicesRequestBuilder struct {
// contains filtered or unexported fields
}
ServicesRequestBuilder builds and executes requests for operations under \print\services
func NewServicesRequestBuilder ¶
func NewServicesRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ServicesRequestBuilder
NewServicesRequestBuilder instantiates a new ServicesRequestBuilder and sets the default values.
func NewServicesRequestBuilderInternal ¶
func NewServicesRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ServicesRequestBuilder
NewServicesRequestBuilderInternal instantiates a new ServicesRequestBuilder and sets the default values.
func (*ServicesRequestBuilder) CreateGetRequestInformation ¶
func (m *ServicesRequestBuilder) CreateGetRequestInformation(options *ServicesRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the list of available Universal Print service endpoints.
func (*ServicesRequestBuilder) CreatePostRequestInformation ¶
func (m *ServicesRequestBuilder) CreatePostRequestInformation(options *ServicesRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation the list of available Universal Print service endpoints.
func (*ServicesRequestBuilder) Get ¶
func (m *ServicesRequestBuilder) Get(options *ServicesRequestBuilderGetOptions) (*ServicesResponse, error)
Get the list of available Universal Print service endpoints.
func (*ServicesRequestBuilder) Post ¶
func (m *ServicesRequestBuilder) Post(options *ServicesRequestBuilderPostOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PrintService, error)
Post the list of available Universal Print service endpoints.
type ServicesRequestBuilderGetOptions ¶
type ServicesRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *ServicesRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
ServicesRequestBuilderGetOptions options for Get
type ServicesRequestBuilderGetQueryParameters ¶
type ServicesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool
// Expand related entities
Expand []string
// Filter items by property values
Filter *string
// Order items by property values
Orderby []string
// Search items by search phrases
Search *string
// Select properties to be returned
Select []string
// Skip the first n items
Skip *int32
// Show only the first n items
Top *int32
}
ServicesRequestBuilderGetQueryParameters the list of available Universal Print service endpoints.
type ServicesRequestBuilderPostOptions ¶
type ServicesRequestBuilderPostOptions struct {
//
Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PrintService
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
ServicesRequestBuilderPostOptions options for Post
type ServicesResponse ¶
type ServicesResponse struct {
// contains filtered or unexported fields
}
ServicesResponse
func NewServicesResponse ¶
func NewServicesResponse() *ServicesResponse
NewServicesResponse instantiates a new servicesResponse and sets the default values.
func (*ServicesResponse) GetAdditionalData ¶
func (m *ServicesResponse) GetAdditionalData() map[string]interface{}
GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*ServicesResponse) GetFieldDeserializers ¶
func (m *ServicesResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*ServicesResponse) GetNextLink ¶
func (m *ServicesResponse) GetNextLink() *string
GetNextLink gets the nextLink property value.
func (*ServicesResponse) GetValue ¶
func (m *ServicesResponse) GetValue() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PrintService
GetValue gets the value property value.
func (*ServicesResponse) IsNil ¶
func (m *ServicesResponse) IsNil() bool
func (*ServicesResponse) Serialize ¶
func (m *ServicesResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*ServicesResponse) SetAdditionalData ¶
func (m *ServicesResponse) SetAdditionalData(value map[string]interface{})
SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*ServicesResponse) SetNextLink ¶
func (m *ServicesResponse) SetNextLink(value *string)
SetNextLink sets the nextLink property value.
func (*ServicesResponse) SetValue ¶
func (m *ServicesResponse) SetValue(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PrintService)
SetValue sets the value property value.