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 ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *OpenShiftItemRequestBuilder
NewOpenShiftItemRequestBuilder instantiates a new OpenShiftItemRequestBuilder and sets the default values.
func NewOpenShiftItemRequestBuilderInternal ¶
func NewOpenShiftItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *OpenShiftItemRequestBuilder
NewOpenShiftItemRequestBuilderInternal instantiates a new OpenShiftItemRequestBuilder and sets the default values.
func (*OpenShiftItemRequestBuilder) CreateDeleteRequestInformation ¶
func (m *OpenShiftItemRequestBuilder) CreateDeleteRequestInformation(options *OpenShiftItemRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property openShifts for me
func (*OpenShiftItemRequestBuilder) CreateGetRequestInformation ¶
func (m *OpenShiftItemRequestBuilder) CreateGetRequestInformation(options *OpenShiftItemRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation get openShifts from me
func (*OpenShiftItemRequestBuilder) CreatePatchRequestInformation ¶
func (m *OpenShiftItemRequestBuilder) CreatePatchRequestInformation(options *OpenShiftItemRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation update the navigation property openShifts in me
func (*OpenShiftItemRequestBuilder) Delete ¶
func (m *OpenShiftItemRequestBuilder) Delete(options *OpenShiftItemRequestBuilderDeleteOptions) error
Delete delete navigation property openShifts for me
func (*OpenShiftItemRequestBuilder) Get ¶
func (m *OpenShiftItemRequestBuilder) Get(options *OpenShiftItemRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OpenShiftable, error)
Get get openShifts from me
func (*OpenShiftItemRequestBuilder) Patch ¶
func (m *OpenShiftItemRequestBuilder) Patch(options *OpenShiftItemRequestBuilderPatchOptions) error
Patch update the navigation property openShifts in me
type OpenShiftItemRequestBuilderDeleteOptions ¶
type OpenShiftItemRequestBuilderDeleteOptions 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 }
OpenShiftItemRequestBuilderDeleteOptions options for Delete
type OpenShiftItemRequestBuilderGetOptions ¶
type OpenShiftItemRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *OpenShiftItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
OpenShiftItemRequestBuilderGetOptions options for Get
type OpenShiftItemRequestBuilderGetQueryParameters ¶
type OpenShiftItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select []string }
OpenShiftItemRequestBuilderGetQueryParameters get openShifts from me
type OpenShiftItemRequestBuilderPatchOptions ¶
type OpenShiftItemRequestBuilderPatchOptions struct { // Body i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OpenShiftable // 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 }
OpenShiftItemRequestBuilderPatchOptions options for Patch