internal

package
v0.33.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateSampleErrorFromDiscriminatorValue added in v0.30.0

func CreateSampleErrorFromDiscriminatorValue(parseNode serialization.ParseNode) (serialization.Parsable, error)

Types

type DirectoryObject

type DirectoryObject struct {
	Entity
	// contains filtered or unexported fields
}

func NewDirectoryObject

func NewDirectoryObject() *DirectoryObject

NewDirectoryObject instantiates a new directoryObject and sets the default values.

func (*DirectoryObject) GetDeletedDateTime

GetDeletedDateTime gets the deletedDateTime property value.

func (*DirectoryObject) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model

func (*DirectoryObject) IsNil

func (m *DirectoryObject) IsNil() bool

func (*DirectoryObject) Serialize

Serialize serializes information the current object

func (*DirectoryObject) SetDeletedDateTime

SetDeletedDateTime sets the deletedDateTime property value.

type Entity

type Entity struct {
	// contains filtered or unexported fields
}

Entity

func NewEntity

func NewEntity() *Entity

NewEntity instantiates a new entity and sets the default values.

func (*Entity) GetAdditionalData

func (m *Entity) 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 (*Entity) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model

func (*Entity) GetId

func (m *Entity) GetId() *string

GetId gets the id property value. Read-only.

func (*Entity) IsNil

func (m *Entity) IsNil() bool

func (*Entity) Serialize

Serialize serializes information the current object

func (*Entity) SetAdditionalData

func (m *Entity) 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 (*Entity) SetId

func (m *Entity) SetId(value *string)

SetId sets the id property value. Read-only.

type InvalidUsersResponse added in v0.27.0

type InvalidUsersResponse struct {
	// contains filtered or unexported fields
}

InvalidUsersResponse

func NewInvalidUsersResponse added in v0.27.0

func NewInvalidUsersResponse() *InvalidUsersResponse

NewInvalidUsersResponse instantiates a new InvalidUsersResponse and sets the default values.

func (*InvalidUsersResponse) GetAdditionalData added in v0.27.0

func (m *InvalidUsersResponse) 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 (m *InvalidUsersResponse) GetNextLink() *string

GetNextLink gets the @odata.nextLink property value.

func (*InvalidUsersResponse) GetValue added in v0.27.0

func (m *InvalidUsersResponse) GetValue() []User

GetValue gets the value property value.

func (*InvalidUsersResponse) IsNil added in v0.27.0

func (m *InvalidUsersResponse) IsNil() bool

func (*InvalidUsersResponse) SetAdditionalData added in v0.27.0

func (m *InvalidUsersResponse) 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 (m *InvalidUsersResponse) SetNextLink(value *string)

SetNextLink sets the @odata.nextLink property value.

func (*InvalidUsersResponse) SetValue added in v0.27.0

func (m *InvalidUsersResponse) SetValue(value []User)

SetValue sets the value property value.

type SampleError added in v0.30.0

type SampleError struct {
	abstractions.ApiError
	// contains filtered or unexported fields
}

func (SampleError) GetFieldDeserializers added in v0.30.0

func (s SampleError) GetFieldDeserializers() map[string]func(serialization.ParseNode) error

func (SampleError) Serialize added in v0.30.0

func (s SampleError) Serialize(writer serialization.SerializationWriter) error

type User

type User struct {
	DisplayName *string
	DirectoryObject
}

func NewUser

func NewUser() *User

func (*User) GetDisplayName

func (u *User) GetDisplayName() *string

type UsersResponse

type UsersResponse struct {
	// contains filtered or unexported fields
}

UsersResponse

func NewUsersResponse

func NewUsersResponse() *UsersResponse

NewUsersResponse instantiates a new usersResponse and sets the default values.

func (*UsersResponse) GetAdditionalData

func (m *UsersResponse) 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 (*UsersResponse) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model

func (m *UsersResponse) GetOdataNextLink() *string

GetOdataNextLink gets the @odata.nextLink property value.

func (*UsersResponse) GetValue

func (m *UsersResponse) GetValue() []User

GetValue gets the value property value.

func (*UsersResponse) IsNil

func (m *UsersResponse) IsNil() bool

func (*UsersResponse) Serialize

Serialize serializes information the current object

func (*UsersResponse) SetAdditionalData

func (m *UsersResponse) 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 (m *UsersResponse) SetOdataNextLink(value *string)

SetOdataNextLink sets the @odata.nextLink property value.

func (*UsersResponse) SetValue

func (m *UsersResponse) SetValue(value []User)

SetValue sets the value property value.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL