Documentation ¶
Index ¶
- type RestoreRequestBuilder
- type RestoreRequestBuilderPostOptions
- type RestoreResponse
- func (m *RestoreResponse) GetAdditionalData() map[string]interface{}
- func (m *RestoreResponse) GetDirectoryObject() ...
- func (m *RestoreResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *RestoreResponse) IsNil() bool
- func (m *RestoreResponse) Serialize(...) error
- func (m *RestoreResponse) SetAdditionalData(value map[string]interface{})
- func (m *RestoreResponse) SetDirectoryObject(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RestoreRequestBuilder ¶
type RestoreRequestBuilder struct {
// contains filtered or unexported fields
}
RestoreRequestBuilder builds and executes requests for operations under \directoryObjects\{directoryObject-id}\microsoft.graph.restore
func NewRestoreRequestBuilder ¶
func NewRestoreRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *RestoreRequestBuilder
NewRestoreRequestBuilder instantiates a new RestoreRequestBuilder and sets the default values.
func NewRestoreRequestBuilderInternal ¶
func NewRestoreRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *RestoreRequestBuilder
NewRestoreRequestBuilderInternal instantiates a new RestoreRequestBuilder and sets the default values.
func (*RestoreRequestBuilder) CreatePostRequestInformation ¶
func (m *RestoreRequestBuilder) CreatePostRequestInformation(options *RestoreRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action restore
func (*RestoreRequestBuilder) Post ¶
func (m *RestoreRequestBuilder) Post(options *RestoreRequestBuilderPostOptions) (*RestoreResponse, error)
Post invoke action restore
type RestoreRequestBuilderPostOptions ¶
type RestoreRequestBuilderPostOptions 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 }
RestoreRequestBuilderPostOptions options for Post
type RestoreResponse ¶
type RestoreResponse struct {
// contains filtered or unexported fields
}
RestoreResponse union type wrapper for classes directoryObject
func NewRestoreResponse ¶
func NewRestoreResponse() *RestoreResponse
NewRestoreResponse instantiates a new restoreResponse and sets the default values.
func (*RestoreResponse) GetAdditionalData ¶
func (m *RestoreResponse) GetAdditionalData() map[string]interface{}
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*RestoreResponse) GetDirectoryObject ¶
func (m *RestoreResponse) GetDirectoryObject() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DirectoryObject
GetDirectoryObject gets the directoryObject property value. Union type representation for type directoryObject
func (*RestoreResponse) GetFieldDeserializers ¶
func (m *RestoreResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*RestoreResponse) IsNil ¶
func (m *RestoreResponse) IsNil() bool
func (*RestoreResponse) Serialize ¶
func (m *RestoreResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*RestoreResponse) SetAdditionalData ¶
func (m *RestoreResponse) SetAdditionalData(value map[string]interface{})
SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*RestoreResponse) SetDirectoryObject ¶
func (m *RestoreResponse) SetDirectoryObject(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DirectoryObject)
SetDirectoryObject sets the directoryObject property value. Union type representation for type directoryObject