Documentation ¶
Index ¶
- type ServiceUpdateMessageRequestBuilder
- func (m *ServiceUpdateMessageRequestBuilder) CreateDeleteRequestInformation(options *ServiceUpdateMessageRequestBuilderDeleteOptions) (...)
- func (m *ServiceUpdateMessageRequestBuilder) CreateGetRequestInformation(options *ServiceUpdateMessageRequestBuilderGetOptions) (...)
- func (m *ServiceUpdateMessageRequestBuilder) CreatePatchRequestInformation(options *ServiceUpdateMessageRequestBuilderPatchOptions) (...)
- func (m *ServiceUpdateMessageRequestBuilder) Delete(options *ServiceUpdateMessageRequestBuilderDeleteOptions) error
- func (m *ServiceUpdateMessageRequestBuilder) Get(options *ServiceUpdateMessageRequestBuilderGetOptions) (...)
- func (m *ServiceUpdateMessageRequestBuilder) Patch(options *ServiceUpdateMessageRequestBuilderPatchOptions) error
- type ServiceUpdateMessageRequestBuilderDeleteOptions
- type ServiceUpdateMessageRequestBuilderGetOptions
- type ServiceUpdateMessageRequestBuilderGetQueryParameters
- type ServiceUpdateMessageRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceUpdateMessageRequestBuilder ¶
type ServiceUpdateMessageRequestBuilder struct {
// contains filtered or unexported fields
}
ServiceUpdateMessageRequestBuilder builds and executes requests for operations under \admin\serviceAnnouncement\messages\{serviceUpdateMessage-id}
func NewServiceUpdateMessageRequestBuilder ¶
func NewServiceUpdateMessageRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ServiceUpdateMessageRequestBuilder
NewServiceUpdateMessageRequestBuilder instantiates a new ServiceUpdateMessageRequestBuilder and sets the default values.
func NewServiceUpdateMessageRequestBuilderInternal ¶
func NewServiceUpdateMessageRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ServiceUpdateMessageRequestBuilder
NewServiceUpdateMessageRequestBuilderInternal instantiates a new ServiceUpdateMessageRequestBuilder and sets the default values.
func (*ServiceUpdateMessageRequestBuilder) CreateDeleteRequestInformation ¶
func (m *ServiceUpdateMessageRequestBuilder) CreateDeleteRequestInformation(options *ServiceUpdateMessageRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation a collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.
func (*ServiceUpdateMessageRequestBuilder) CreateGetRequestInformation ¶
func (m *ServiceUpdateMessageRequestBuilder) CreateGetRequestInformation(options *ServiceUpdateMessageRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation a collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.
func (*ServiceUpdateMessageRequestBuilder) CreatePatchRequestInformation ¶
func (m *ServiceUpdateMessageRequestBuilder) CreatePatchRequestInformation(options *ServiceUpdateMessageRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation a collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.
func (*ServiceUpdateMessageRequestBuilder) Delete ¶
func (m *ServiceUpdateMessageRequestBuilder) Delete(options *ServiceUpdateMessageRequestBuilderDeleteOptions) error
Delete a collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.
func (*ServiceUpdateMessageRequestBuilder) Get ¶
func (m *ServiceUpdateMessageRequestBuilder) Get(options *ServiceUpdateMessageRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ServiceUpdateMessage, error)
Get a collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.
func (*ServiceUpdateMessageRequestBuilder) Patch ¶
func (m *ServiceUpdateMessageRequestBuilder) Patch(options *ServiceUpdateMessageRequestBuilderPatchOptions) error
Patch a collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.
type ServiceUpdateMessageRequestBuilderDeleteOptions ¶
type ServiceUpdateMessageRequestBuilderDeleteOptions struct { // 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 }
ServiceUpdateMessageRequestBuilderDeleteOptions options for Delete
type ServiceUpdateMessageRequestBuilderGetOptions ¶
type ServiceUpdateMessageRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *ServiceUpdateMessageRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
ServiceUpdateMessageRequestBuilderGetOptions options for Get
type ServiceUpdateMessageRequestBuilderGetQueryParameters ¶
type ServiceUpdateMessageRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select []string }
ServiceUpdateMessageRequestBuilderGetQueryParameters a collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.
type ServiceUpdateMessageRequestBuilderPatchOptions ¶
type ServiceUpdateMessageRequestBuilderPatchOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ServiceUpdateMessage // 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 }
ServiceUpdateMessageRequestBuilderPatchOptions options for Patch