Documentation ¶
Index ¶
- func CreateValidatePropertiesRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type ValidatePropertiesRequestBody
- func (m *ValidatePropertiesRequestBody) GetAdditionalData() map[string]interface{}
- func (m *ValidatePropertiesRequestBody) GetDisplayName() *string
- func (m *ValidatePropertiesRequestBody) GetEntityType() *string
- func (m *ValidatePropertiesRequestBody) GetFieldDeserializers() ...
- func (m *ValidatePropertiesRequestBody) GetMailNickname() *string
- func (m *ValidatePropertiesRequestBody) GetOnBehalfOfUserId() *string
- func (m *ValidatePropertiesRequestBody) Serialize(...) error
- func (m *ValidatePropertiesRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *ValidatePropertiesRequestBody) SetDisplayName(value *string)
- func (m *ValidatePropertiesRequestBody) SetEntityType(value *string)
- func (m *ValidatePropertiesRequestBody) SetMailNickname(value *string)
- func (m *ValidatePropertiesRequestBody) SetOnBehalfOfUserId(value *string)
- type ValidatePropertiesRequestBodyable
- type ValidatePropertiesRequestBuilder
- func (m *ValidatePropertiesRequestBuilder) CreatePostRequestInformation(body ValidatePropertiesRequestBodyable) (...)
- func (m *ValidatePropertiesRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body ValidatePropertiesRequestBodyable, ...) (...)
- func (m *ValidatePropertiesRequestBuilder) Post(body ValidatePropertiesRequestBodyable) error
- func (m *ValidatePropertiesRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body ValidatePropertiesRequestBodyable, ...) error
- type ValidatePropertiesRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateValidatePropertiesRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateValidatePropertiesRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateValidatePropertiesRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type ValidatePropertiesRequestBody ¶
type ValidatePropertiesRequestBody struct {
// contains filtered or unexported fields
}
ValidatePropertiesRequestBody provides operations to call the validateProperties method.
func NewValidatePropertiesRequestBody ¶
func NewValidatePropertiesRequestBody() *ValidatePropertiesRequestBody
NewValidatePropertiesRequestBody instantiates a new validatePropertiesRequestBody and sets the default values.
func (*ValidatePropertiesRequestBody) GetAdditionalData ¶
func (m *ValidatePropertiesRequestBody) 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 (*ValidatePropertiesRequestBody) GetDisplayName ¶
func (m *ValidatePropertiesRequestBody) GetDisplayName() *string
GetDisplayName gets the displayName property value. The displayName property
func (*ValidatePropertiesRequestBody) GetEntityType ¶
func (m *ValidatePropertiesRequestBody) GetEntityType() *string
GetEntityType gets the entityType property value. The entityType property
func (*ValidatePropertiesRequestBody) GetFieldDeserializers ¶
func (m *ValidatePropertiesRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*ValidatePropertiesRequestBody) GetMailNickname ¶
func (m *ValidatePropertiesRequestBody) GetMailNickname() *string
GetMailNickname gets the mailNickname property value. The mailNickname property
func (*ValidatePropertiesRequestBody) GetOnBehalfOfUserId ¶
func (m *ValidatePropertiesRequestBody) GetOnBehalfOfUserId() *string
GetOnBehalfOfUserId gets the onBehalfOfUserId property value. The onBehalfOfUserId property
func (*ValidatePropertiesRequestBody) Serialize ¶
func (m *ValidatePropertiesRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*ValidatePropertiesRequestBody) SetAdditionalData ¶
func (m *ValidatePropertiesRequestBody) 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 (*ValidatePropertiesRequestBody) SetDisplayName ¶
func (m *ValidatePropertiesRequestBody) SetDisplayName(value *string)
SetDisplayName sets the displayName property value. The displayName property
func (*ValidatePropertiesRequestBody) SetEntityType ¶
func (m *ValidatePropertiesRequestBody) SetEntityType(value *string)
SetEntityType sets the entityType property value. The entityType property
func (*ValidatePropertiesRequestBody) SetMailNickname ¶
func (m *ValidatePropertiesRequestBody) SetMailNickname(value *string)
SetMailNickname sets the mailNickname property value. The mailNickname property
func (*ValidatePropertiesRequestBody) SetOnBehalfOfUserId ¶
func (m *ValidatePropertiesRequestBody) SetOnBehalfOfUserId(value *string)
SetOnBehalfOfUserId sets the onBehalfOfUserId property value. The onBehalfOfUserId property
type ValidatePropertiesRequestBodyable ¶ added in v0.13.0
type ValidatePropertiesRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetDisplayName() *string GetEntityType() *string GetMailNickname() *string GetOnBehalfOfUserId() *string SetDisplayName(value *string) SetEntityType(value *string) SetMailNickname(value *string) SetOnBehalfOfUserId(value *string) }
ValidatePropertiesRequestBodyable
type ValidatePropertiesRequestBuilder ¶
type ValidatePropertiesRequestBuilder struct {
// contains filtered or unexported fields
}
ValidatePropertiesRequestBuilder provides operations to call the validateProperties method.
func NewValidatePropertiesRequestBuilder ¶
func NewValidatePropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ValidatePropertiesRequestBuilder
NewValidatePropertiesRequestBuilder instantiates a new ValidatePropertiesRequestBuilder and sets the default values.
func NewValidatePropertiesRequestBuilderInternal ¶
func NewValidatePropertiesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ValidatePropertiesRequestBuilder
NewValidatePropertiesRequestBuilderInternal instantiates a new ValidatePropertiesRequestBuilder and sets the default values.
func (*ValidatePropertiesRequestBuilder) CreatePostRequestInformation ¶
func (m *ValidatePropertiesRequestBuilder) CreatePostRequestInformation(body ValidatePropertiesRequestBodyable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action validateProperties
func (*ValidatePropertiesRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *ValidatePropertiesRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body ValidatePropertiesRequestBodyable, requestConfiguration *ValidatePropertiesRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration invoke action validateProperties
func (*ValidatePropertiesRequestBuilder) Post ¶
func (m *ValidatePropertiesRequestBuilder) Post(body ValidatePropertiesRequestBodyable) error
Post invoke action validateProperties
func (*ValidatePropertiesRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *ValidatePropertiesRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body ValidatePropertiesRequestBodyable, requestConfiguration *ValidatePropertiesRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
PostWithRequestConfigurationAndResponseHandler invoke action validateProperties
type ValidatePropertiesRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type ValidatePropertiesRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
ValidatePropertiesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.