Documentation ¶
Index ¶
- type AdminRequestBuilder
- func (m *AdminRequestBuilder) CreateGetRequestInformation(options *AdminRequestBuilderGetOptions) (...)
- func (m *AdminRequestBuilder) CreatePatchRequestInformation(options *AdminRequestBuilderPatchOptions) (...)
- func (m *AdminRequestBuilder) Get(options *AdminRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Adminable, ...)
- func (m *AdminRequestBuilder) Patch(options *AdminRequestBuilderPatchOptions) error
- func (m *AdminRequestBuilder) ServiceAnnouncement() ...
- type AdminRequestBuilderGetOptions
- type AdminRequestBuilderGetQueryParameters
- type AdminRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminRequestBuilder ¶
type AdminRequestBuilder struct {
// contains filtered or unexported fields
}
AdminRequestBuilder provides operations to manage the admin singleton.
func NewAdminRequestBuilder ¶
func NewAdminRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AdminRequestBuilder
NewAdminRequestBuilder instantiates a new AdminRequestBuilder and sets the default values.
func NewAdminRequestBuilderInternal ¶
func NewAdminRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AdminRequestBuilder
NewAdminRequestBuilderInternal instantiates a new AdminRequestBuilder and sets the default values.
func (*AdminRequestBuilder) CreateGetRequestInformation ¶
func (m *AdminRequestBuilder) CreateGetRequestInformation(options *AdminRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get admin
func (*AdminRequestBuilder) CreatePatchRequestInformation ¶
func (m *AdminRequestBuilder) CreatePatchRequestInformation(options *AdminRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update admin
func (*AdminRequestBuilder) Get ¶
func (m *AdminRequestBuilder) Get(options *AdminRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Adminable, error)
Get get admin
func (*AdminRequestBuilder) Patch ¶
func (m *AdminRequestBuilder) Patch(options *AdminRequestBuilderPatchOptions) error
Patch update admin
func (*AdminRequestBuilder) ServiceAnnouncement ¶
func (m *AdminRequestBuilder) ServiceAnnouncement() *if40b4559e94698c766ed65239f17f339e1460f13bf684410177be06f98f5b6e8.ServiceAnnouncementRequestBuilder
ServiceAnnouncement the serviceAnnouncement property
type AdminRequestBuilderGetOptions ¶
type AdminRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *AdminRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
AdminRequestBuilderGetOptions options for Get
type AdminRequestBuilderGetQueryParameters ¶
type AdminRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
AdminRequestBuilderGetQueryParameters get admin
type AdminRequestBuilderPatchOptions ¶
type AdminRequestBuilderPatchOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Adminable // 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 }
AdminRequestBuilderPatchOptions options for Patch
Click to show internal directories.
Click to hide internal directories.