Documentation ¶
Index ¶
- type ServiceUpdateMessageItemRequestBuilder
- func (m *ServiceUpdateMessageItemRequestBuilder) Attachments() ...
- func (m *ServiceUpdateMessageItemRequestBuilder) AttachmentsArchive() ...
- func (m *ServiceUpdateMessageItemRequestBuilder) AttachmentsById(id string) ...
- func (m *ServiceUpdateMessageItemRequestBuilder) CreateDeleteRequestInformation(options *ServiceUpdateMessageItemRequestBuilderDeleteOptions) (...)
- func (m *ServiceUpdateMessageItemRequestBuilder) CreateGetRequestInformation(options *ServiceUpdateMessageItemRequestBuilderGetOptions) (...)
- func (m *ServiceUpdateMessageItemRequestBuilder) CreatePatchRequestInformation(options *ServiceUpdateMessageItemRequestBuilderPatchOptions) (...)
- func (m *ServiceUpdateMessageItemRequestBuilder) Delete(options *ServiceUpdateMessageItemRequestBuilderDeleteOptions) error
- func (m *ServiceUpdateMessageItemRequestBuilder) Get(options *ServiceUpdateMessageItemRequestBuilderGetOptions) (...)
- func (m *ServiceUpdateMessageItemRequestBuilder) Patch(options *ServiceUpdateMessageItemRequestBuilderPatchOptions) error
- type ServiceUpdateMessageItemRequestBuilderDeleteOptions
- type ServiceUpdateMessageItemRequestBuilderGetOptions
- type ServiceUpdateMessageItemRequestBuilderGetQueryParameters
- type ServiceUpdateMessageItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceUpdateMessageItemRequestBuilder ¶
type ServiceUpdateMessageItemRequestBuilder struct {
// contains filtered or unexported fields
}
ServiceUpdateMessageItemRequestBuilder provides operations to manage the messages property of the microsoft.graph.serviceAnnouncement entity.
func NewServiceUpdateMessageItemRequestBuilder ¶
func NewServiceUpdateMessageItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ServiceUpdateMessageItemRequestBuilder
NewServiceUpdateMessageItemRequestBuilder instantiates a new ServiceUpdateMessageItemRequestBuilder and sets the default values.
func NewServiceUpdateMessageItemRequestBuilderInternal ¶
func NewServiceUpdateMessageItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ServiceUpdateMessageItemRequestBuilder
NewServiceUpdateMessageItemRequestBuilderInternal instantiates a new ServiceUpdateMessageItemRequestBuilder and sets the default values.
func (*ServiceUpdateMessageItemRequestBuilder) Attachments ¶
func (m *ServiceUpdateMessageItemRequestBuilder) Attachments() *i37c730f3a776c4861a3ee114fea1786dc2f8694418aa9a11053db984285dbb1c.AttachmentsRequestBuilder
Attachments the attachments property
func (*ServiceUpdateMessageItemRequestBuilder) AttachmentsArchive ¶
func (m *ServiceUpdateMessageItemRequestBuilder) AttachmentsArchive() *ibfcfb3a0d8e4cf027a88191b2472bea77c62dbd34325a76ccc824f3b2f88318f.AttachmentsArchiveRequestBuilder
AttachmentsArchive the attachmentsArchive property
func (*ServiceUpdateMessageItemRequestBuilder) AttachmentsById ¶
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 ¶
func (m *ServiceUpdateMessageItemRequestBuilder) CreateDeleteRequestInformation(options *ServiceUpdateMessageItemRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property messages for admin
func (*ServiceUpdateMessageItemRequestBuilder) CreateGetRequestInformation ¶
func (m *ServiceUpdateMessageItemRequestBuilder) CreateGetRequestInformation(options *ServiceUpdateMessageItemRequestBuilderGetOptions) (*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) CreatePatchRequestInformation ¶
func (m *ServiceUpdateMessageItemRequestBuilder) CreatePatchRequestInformation(options *ServiceUpdateMessageItemRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property messages in admin
func (*ServiceUpdateMessageItemRequestBuilder) Delete ¶
func (m *ServiceUpdateMessageItemRequestBuilder) Delete(options *ServiceUpdateMessageItemRequestBuilderDeleteOptions) error
Delete delete navigation property messages for admin
func (*ServiceUpdateMessageItemRequestBuilder) Get ¶
func (m *ServiceUpdateMessageItemRequestBuilder) Get(options *ServiceUpdateMessageItemRequestBuilderGetOptions) (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) Patch ¶
func (m *ServiceUpdateMessageItemRequestBuilder) Patch(options *ServiceUpdateMessageItemRequestBuilderPatchOptions) error
Patch update the navigation property messages in admin
type ServiceUpdateMessageItemRequestBuilderDeleteOptions ¶
type ServiceUpdateMessageItemRequestBuilderDeleteOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
ServiceUpdateMessageItemRequestBuilderDeleteOptions options for Delete
type ServiceUpdateMessageItemRequestBuilderGetOptions ¶
type ServiceUpdateMessageItemRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *ServiceUpdateMessageItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
ServiceUpdateMessageItemRequestBuilderGetOptions options for Get
type ServiceUpdateMessageItemRequestBuilderGetQueryParameters ¶
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 ServiceUpdateMessageItemRequestBuilderPatchOptions ¶
type ServiceUpdateMessageItemRequestBuilderPatchOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ServiceUpdateMessageable // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
ServiceUpdateMessageItemRequestBuilderPatchOptions options for Patch