internal

package
v0.24.0 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

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

GetNextLink 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) SetNextLink(value *string)

SetNextLink 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