Skip to content

Latest commit

 

History

History
316 lines (171 loc) · 9.12 KB

MobileDeviceUserAndLocation.md

File metadata and controls

316 lines (171 loc) · 9.12 KB

MobileDeviceUserAndLocation

Properties

Name Type Description Notes
Username Pointer to string [optional]
RealName Pointer to string [optional]
EmailAddress Pointer to string [optional]
Position Pointer to string [optional]
PhoneNumber Pointer to string [optional]
DepartmentId Pointer to string [optional]
BuildingId Pointer to string [optional]
Room Pointer to string [optional]
Building Pointer to string [optional]
Department Pointer to string [optional]
ExtensionAttributes Pointer to []MobileDeviceExtensionAttribute [optional]

Methods

NewMobileDeviceUserAndLocation

func NewMobileDeviceUserAndLocation() *MobileDeviceUserAndLocation

NewMobileDeviceUserAndLocation instantiates a new MobileDeviceUserAndLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewMobileDeviceUserAndLocationWithDefaults

func NewMobileDeviceUserAndLocationWithDefaults() *MobileDeviceUserAndLocation

NewMobileDeviceUserAndLocationWithDefaults instantiates a new MobileDeviceUserAndLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetUsername

func (o *MobileDeviceUserAndLocation) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

func (o *MobileDeviceUserAndLocation) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUsername

func (o *MobileDeviceUserAndLocation) SetUsername(v string)

SetUsername sets Username field to given value.

HasUsername

func (o *MobileDeviceUserAndLocation) HasUsername() bool

HasUsername returns a boolean if a field has been set.

GetRealName

func (o *MobileDeviceUserAndLocation) GetRealName() string

GetRealName returns the RealName field if non-nil, zero value otherwise.

GetRealNameOk

func (o *MobileDeviceUserAndLocation) GetRealNameOk() (*string, bool)

GetRealNameOk returns a tuple with the RealName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRealName

func (o *MobileDeviceUserAndLocation) SetRealName(v string)

SetRealName sets RealName field to given value.

HasRealName

func (o *MobileDeviceUserAndLocation) HasRealName() bool

HasRealName returns a boolean if a field has been set.

GetEmailAddress

func (o *MobileDeviceUserAndLocation) GetEmailAddress() string

GetEmailAddress returns the EmailAddress field if non-nil, zero value otherwise.

GetEmailAddressOk

func (o *MobileDeviceUserAndLocation) GetEmailAddressOk() (*string, bool)

GetEmailAddressOk returns a tuple with the EmailAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEmailAddress

func (o *MobileDeviceUserAndLocation) SetEmailAddress(v string)

SetEmailAddress sets EmailAddress field to given value.

HasEmailAddress

func (o *MobileDeviceUserAndLocation) HasEmailAddress() bool

HasEmailAddress returns a boolean if a field has been set.

GetPosition

func (o *MobileDeviceUserAndLocation) GetPosition() string

GetPosition returns the Position field if non-nil, zero value otherwise.

GetPositionOk

func (o *MobileDeviceUserAndLocation) GetPositionOk() (*string, bool)

GetPositionOk returns a tuple with the Position field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPosition

func (o *MobileDeviceUserAndLocation) SetPosition(v string)

SetPosition sets Position field to given value.

HasPosition

func (o *MobileDeviceUserAndLocation) HasPosition() bool

HasPosition returns a boolean if a field has been set.

GetPhoneNumber

func (o *MobileDeviceUserAndLocation) GetPhoneNumber() string

GetPhoneNumber returns the PhoneNumber field if non-nil, zero value otherwise.

GetPhoneNumberOk

func (o *MobileDeviceUserAndLocation) GetPhoneNumberOk() (*string, bool)

GetPhoneNumberOk returns a tuple with the PhoneNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPhoneNumber

func (o *MobileDeviceUserAndLocation) SetPhoneNumber(v string)

SetPhoneNumber sets PhoneNumber field to given value.

HasPhoneNumber

func (o *MobileDeviceUserAndLocation) HasPhoneNumber() bool

HasPhoneNumber returns a boolean if a field has been set.

GetDepartmentId

func (o *MobileDeviceUserAndLocation) GetDepartmentId() string

GetDepartmentId returns the DepartmentId field if non-nil, zero value otherwise.

GetDepartmentIdOk

func (o *MobileDeviceUserAndLocation) GetDepartmentIdOk() (*string, bool)

GetDepartmentIdOk returns a tuple with the DepartmentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDepartmentId

func (o *MobileDeviceUserAndLocation) SetDepartmentId(v string)

SetDepartmentId sets DepartmentId field to given value.

HasDepartmentId

func (o *MobileDeviceUserAndLocation) HasDepartmentId() bool

HasDepartmentId returns a boolean if a field has been set.

GetBuildingId

func (o *MobileDeviceUserAndLocation) GetBuildingId() string

GetBuildingId returns the BuildingId field if non-nil, zero value otherwise.

GetBuildingIdOk

func (o *MobileDeviceUserAndLocation) GetBuildingIdOk() (*string, bool)

GetBuildingIdOk returns a tuple with the BuildingId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBuildingId

func (o *MobileDeviceUserAndLocation) SetBuildingId(v string)

SetBuildingId sets BuildingId field to given value.

HasBuildingId

func (o *MobileDeviceUserAndLocation) HasBuildingId() bool

HasBuildingId returns a boolean if a field has been set.

GetRoom

func (o *MobileDeviceUserAndLocation) GetRoom() string

GetRoom returns the Room field if non-nil, zero value otherwise.

GetRoomOk

func (o *MobileDeviceUserAndLocation) GetRoomOk() (*string, bool)

GetRoomOk returns a tuple with the Room field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRoom

func (o *MobileDeviceUserAndLocation) SetRoom(v string)

SetRoom sets Room field to given value.

HasRoom

func (o *MobileDeviceUserAndLocation) HasRoom() bool

HasRoom returns a boolean if a field has been set.

GetBuilding

func (o *MobileDeviceUserAndLocation) GetBuilding() string

GetBuilding returns the Building field if non-nil, zero value otherwise.

GetBuildingOk

func (o *MobileDeviceUserAndLocation) GetBuildingOk() (*string, bool)

GetBuildingOk returns a tuple with the Building field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBuilding

func (o *MobileDeviceUserAndLocation) SetBuilding(v string)

SetBuilding sets Building field to given value.

HasBuilding

func (o *MobileDeviceUserAndLocation) HasBuilding() bool

HasBuilding returns a boolean if a field has been set.

GetDepartment

func (o *MobileDeviceUserAndLocation) GetDepartment() string

GetDepartment returns the Department field if non-nil, zero value otherwise.

GetDepartmentOk

func (o *MobileDeviceUserAndLocation) GetDepartmentOk() (*string, bool)

GetDepartmentOk returns a tuple with the Department field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDepartment

func (o *MobileDeviceUserAndLocation) SetDepartment(v string)

SetDepartment sets Department field to given value.

HasDepartment

func (o *MobileDeviceUserAndLocation) HasDepartment() bool

HasDepartment returns a boolean if a field has been set.

GetExtensionAttributes

func (o *MobileDeviceUserAndLocation) GetExtensionAttributes() []MobileDeviceExtensionAttribute

GetExtensionAttributes returns the ExtensionAttributes field if non-nil, zero value otherwise.

GetExtensionAttributesOk

func (o *MobileDeviceUserAndLocation) GetExtensionAttributesOk() (*[]MobileDeviceExtensionAttribute, bool)

GetExtensionAttributesOk returns a tuple with the ExtensionAttributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetExtensionAttributes

func (o *MobileDeviceUserAndLocation) SetExtensionAttributes(v []MobileDeviceExtensionAttribute)

SetExtensionAttributes sets ExtensionAttributes field to given value.

HasExtensionAttributes

func (o *MobileDeviceUserAndLocation) HasExtensionAttributes() bool

HasExtensionAttributes returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]