Documentation ¶
Index ¶
- type ServiceUpdateMessageItemRequestBuilder
- func (m *ServiceUpdateMessageItemRequestBuilder) Attachments() ...
- func (m *ServiceUpdateMessageItemRequestBuilder) AttachmentsArchive() ...
- func (m *ServiceUpdateMessageItemRequestBuilder) AttachmentsById(id string) ...
- func (m *ServiceUpdateMessageItemRequestBuilder) CreateDeleteRequestInformation() (...)
- func (m *ServiceUpdateMessageItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(...) (...)
- func (m *ServiceUpdateMessageItemRequestBuilder) CreateGetRequestInformation() (...)
- func (m *ServiceUpdateMessageItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(...) (...)
- func (m *ServiceUpdateMessageItemRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *ServiceUpdateMessageItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *ServiceUpdateMessageItemRequestBuilder) Delete() error
- func (m *ServiceUpdateMessageItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(...) error
- func (m *ServiceUpdateMessageItemRequestBuilder) Get() (...)
- func (m *ServiceUpdateMessageItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler(...) (...)
- func (m *ServiceUpdateMessageItemRequestBuilder) Patch(...) error
- func (m *ServiceUpdateMessageItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(...) error
- type ServiceUpdateMessageItemRequestBuilderDeleteRequestConfiguration
- type ServiceUpdateMessageItemRequestBuilderGetQueryParameters
- type ServiceUpdateMessageItemRequestBuilderGetRequestConfiguration
- type ServiceUpdateMessageItemRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceUpdateMessageItemRequestBuilder ¶ added in v0.12.0
type ServiceUpdateMessageItemRequestBuilder struct {
// contains filtered or unexported fields
}
ServiceUpdateMessageItemRequestBuilder provides operations to manage the messages property of the microsoft.graph.serviceAnnouncement entity.
func NewServiceUpdateMessageItemRequestBuilder ¶ added in v0.12.0
func NewServiceUpdateMessageItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ServiceUpdateMessageItemRequestBuilder
NewServiceUpdateMessageItemRequestBuilder instantiates a new ServiceUpdateMessageItemRequestBuilder and sets the default values.
func NewServiceUpdateMessageItemRequestBuilderInternal ¶ added in v0.12.0
func NewServiceUpdateMessageItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ServiceUpdateMessageItemRequestBuilder
NewServiceUpdateMessageItemRequestBuilderInternal instantiates a new ServiceUpdateMessageItemRequestBuilder and sets the default values.
func (*ServiceUpdateMessageItemRequestBuilder) Attachments ¶ added in v0.12.0
func (m *ServiceUpdateMessageItemRequestBuilder) Attachments() *i37c730f3a776c4861a3ee114fea1786dc2f8694418aa9a11053db984285dbb1c.AttachmentsRequestBuilder
Attachments the attachments property
func (*ServiceUpdateMessageItemRequestBuilder) AttachmentsArchive ¶ added in v0.12.0
func (m *ServiceUpdateMessageItemRequestBuilder) AttachmentsArchive() *ibfcfb3a0d8e4cf027a88191b2472bea77c62dbd34325a76ccc824f3b2f88318f.AttachmentsArchiveRequestBuilder
AttachmentsArchive the attachmentsArchive property
func (*ServiceUpdateMessageItemRequestBuilder) AttachmentsById ¶ added in v0.12.0
func (m *ServiceUpdateMessageItemRequestBuilder) AttachmentsById(id string) *id240fb98c68f157c887c62d55372882e4df327f7de3afa3a7c9d7b6ba3baefa6.ServiceAnnouncementAttachmentItemRequestBuilder
AttachmentsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.admin.serviceAnnouncement.messages.item.attachments.item collection
func (*ServiceUpdateMessageItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *ServiceUpdateMessageItemRequestBuilder) CreateDeleteRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property messages for admin
func (*ServiceUpdateMessageItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *ServiceUpdateMessageItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *ServiceUpdateMessageItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformationWithRequestConfiguration delete navigation property messages for admin
func (*ServiceUpdateMessageItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *ServiceUpdateMessageItemRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation a collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.
func (*ServiceUpdateMessageItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *ServiceUpdateMessageItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *ServiceUpdateMessageItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration a collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.
func (*ServiceUpdateMessageItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *ServiceUpdateMessageItemRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ServiceUpdateMessageable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property messages in admin
func (*ServiceUpdateMessageItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *ServiceUpdateMessageItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ServiceUpdateMessageable, requestConfiguration *ServiceUpdateMessageItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property messages in admin
func (*ServiceUpdateMessageItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *ServiceUpdateMessageItemRequestBuilder) Delete() error
Delete delete navigation property messages for admin
func (*ServiceUpdateMessageItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *ServiceUpdateMessageItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(requestConfiguration *ServiceUpdateMessageItemRequestBuilderDeleteRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
DeleteWithRequestConfigurationAndResponseHandler delete navigation property messages for admin
func (*ServiceUpdateMessageItemRequestBuilder) Get ¶ added in v0.12.0
func (m *ServiceUpdateMessageItemRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ServiceUpdateMessageable, error)
Get a collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.
func (*ServiceUpdateMessageItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *ServiceUpdateMessageItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *ServiceUpdateMessageItemRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ServiceUpdateMessageable, error)
GetWithRequestConfigurationAndResponseHandler a collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.
func (*ServiceUpdateMessageItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *ServiceUpdateMessageItemRequestBuilder) Patch(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ServiceUpdateMessageable) error
Patch update the navigation property messages in admin
func (*ServiceUpdateMessageItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *ServiceUpdateMessageItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ServiceUpdateMessageable, requestConfiguration *ServiceUpdateMessageItemRequestBuilderPatchRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
PatchWithRequestConfigurationAndResponseHandler update the navigation property messages in admin
type ServiceUpdateMessageItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type ServiceUpdateMessageItemRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
ServiceUpdateMessageItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ServiceUpdateMessageItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type ServiceUpdateMessageItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
ServiceUpdateMessageItemRequestBuilderGetQueryParameters a collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.
type ServiceUpdateMessageItemRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type ServiceUpdateMessageItemRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *ServiceUpdateMessageItemRequestBuilderGetQueryParameters }
ServiceUpdateMessageItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ServiceUpdateMessageItemRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type ServiceUpdateMessageItemRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
ServiceUpdateMessageItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.