Documentation ¶
Index ¶
- type OpenShiftItemRequestBuilder
- func (m *OpenShiftItemRequestBuilder) CreateDeleteRequestInformation(options *OpenShiftItemRequestBuilderDeleteOptions) (...)
- func (m *OpenShiftItemRequestBuilder) CreateGetRequestInformation(options *OpenShiftItemRequestBuilderGetOptions) (...)
- func (m *OpenShiftItemRequestBuilder) CreatePatchRequestInformation(options *OpenShiftItemRequestBuilderPatchOptions) (...)
- func (m *OpenShiftItemRequestBuilder) Delete(options *OpenShiftItemRequestBuilderDeleteOptions) error
- func (m *OpenShiftItemRequestBuilder) Get(options *OpenShiftItemRequestBuilderGetOptions) (...)
- func (m *OpenShiftItemRequestBuilder) Patch(options *OpenShiftItemRequestBuilderPatchOptions) error
- type OpenShiftItemRequestBuilderDeleteOptions
- type OpenShiftItemRequestBuilderGetOptions
- type OpenShiftItemRequestBuilderGetQueryParameters
- type OpenShiftItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpenShiftItemRequestBuilder ¶
type OpenShiftItemRequestBuilder struct {
// contains filtered or unexported fields
}
OpenShiftItemRequestBuilder provides operations to manage the openShifts property of the microsoft.graph.schedule entity.
func NewOpenShiftItemRequestBuilder ¶
func NewOpenShiftItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OpenShiftItemRequestBuilder
NewOpenShiftItemRequestBuilder instantiates a new OpenShiftItemRequestBuilder and sets the default values.
func NewOpenShiftItemRequestBuilderInternal ¶
func NewOpenShiftItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OpenShiftItemRequestBuilder
NewOpenShiftItemRequestBuilderInternal instantiates a new OpenShiftItemRequestBuilder and sets the default values.
func (*OpenShiftItemRequestBuilder) CreateDeleteRequestInformation ¶
func (m *OpenShiftItemRequestBuilder) CreateDeleteRequestInformation(options *OpenShiftItemRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property openShifts for groups
func (*OpenShiftItemRequestBuilder) CreateGetRequestInformation ¶
func (m *OpenShiftItemRequestBuilder) CreateGetRequestInformation(options *OpenShiftItemRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get openShifts from groups
func (*OpenShiftItemRequestBuilder) CreatePatchRequestInformation ¶
func (m *OpenShiftItemRequestBuilder) CreatePatchRequestInformation(options *OpenShiftItemRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property openShifts in groups
func (*OpenShiftItemRequestBuilder) Delete ¶
func (m *OpenShiftItemRequestBuilder) Delete(options *OpenShiftItemRequestBuilderDeleteOptions) error
Delete delete navigation property openShifts for groups
func (*OpenShiftItemRequestBuilder) Get ¶
func (m *OpenShiftItemRequestBuilder) Get(options *OpenShiftItemRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OpenShiftable, error)
Get get openShifts from groups
func (*OpenShiftItemRequestBuilder) Patch ¶
func (m *OpenShiftItemRequestBuilder) Patch(options *OpenShiftItemRequestBuilderPatchOptions) error
Patch update the navigation property openShifts in groups
type OpenShiftItemRequestBuilderDeleteOptions ¶
type OpenShiftItemRequestBuilderDeleteOptions 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 }
OpenShiftItemRequestBuilderDeleteOptions options for Delete
type OpenShiftItemRequestBuilderGetOptions ¶
type OpenShiftItemRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *OpenShiftItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
OpenShiftItemRequestBuilderGetOptions options for Get
type OpenShiftItemRequestBuilderGetQueryParameters ¶
type OpenShiftItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
OpenShiftItemRequestBuilderGetQueryParameters get openShifts from groups
type OpenShiftItemRequestBuilderPatchOptions ¶
type OpenShiftItemRequestBuilderPatchOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OpenShiftable // 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 }
OpenShiftItemRequestBuilderPatchOptions options for Patch