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] |
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
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
func (o *MobileDeviceUserAndLocation) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
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.
func (o *MobileDeviceUserAndLocation) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *MobileDeviceUserAndLocation) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *MobileDeviceUserAndLocation) GetRealName() string
GetRealName returns the RealName field if non-nil, zero value otherwise.
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.
func (o *MobileDeviceUserAndLocation) SetRealName(v string)
SetRealName sets RealName field to given value.
func (o *MobileDeviceUserAndLocation) HasRealName() bool
HasRealName returns a boolean if a field has been set.
func (o *MobileDeviceUserAndLocation) GetEmailAddress() string
GetEmailAddress returns the EmailAddress field if non-nil, zero value otherwise.
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.
func (o *MobileDeviceUserAndLocation) SetEmailAddress(v string)
SetEmailAddress sets EmailAddress field to given value.
func (o *MobileDeviceUserAndLocation) HasEmailAddress() bool
HasEmailAddress returns a boolean if a field has been set.
func (o *MobileDeviceUserAndLocation) GetPosition() string
GetPosition returns the Position field if non-nil, zero value otherwise.
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.
func (o *MobileDeviceUserAndLocation) SetPosition(v string)
SetPosition sets Position field to given value.
func (o *MobileDeviceUserAndLocation) HasPosition() bool
HasPosition returns a boolean if a field has been set.
func (o *MobileDeviceUserAndLocation) GetPhoneNumber() string
GetPhoneNumber returns the PhoneNumber field if non-nil, zero value otherwise.
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.
func (o *MobileDeviceUserAndLocation) SetPhoneNumber(v string)
SetPhoneNumber sets PhoneNumber field to given value.
func (o *MobileDeviceUserAndLocation) HasPhoneNumber() bool
HasPhoneNumber returns a boolean if a field has been set.
func (o *MobileDeviceUserAndLocation) GetDepartmentId() string
GetDepartmentId returns the DepartmentId field if non-nil, zero value otherwise.
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.
func (o *MobileDeviceUserAndLocation) SetDepartmentId(v string)
SetDepartmentId sets DepartmentId field to given value.
func (o *MobileDeviceUserAndLocation) HasDepartmentId() bool
HasDepartmentId returns a boolean if a field has been set.
func (o *MobileDeviceUserAndLocation) GetBuildingId() string
GetBuildingId returns the BuildingId field if non-nil, zero value otherwise.
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.
func (o *MobileDeviceUserAndLocation) SetBuildingId(v string)
SetBuildingId sets BuildingId field to given value.
func (o *MobileDeviceUserAndLocation) HasBuildingId() bool
HasBuildingId returns a boolean if a field has been set.
func (o *MobileDeviceUserAndLocation) GetRoom() string
GetRoom returns the Room field if non-nil, zero value otherwise.
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.
func (o *MobileDeviceUserAndLocation) SetRoom(v string)
SetRoom sets Room field to given value.
func (o *MobileDeviceUserAndLocation) HasRoom() bool
HasRoom returns a boolean if a field has been set.
func (o *MobileDeviceUserAndLocation) GetBuilding() string
GetBuilding returns the Building field if non-nil, zero value otherwise.
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.
func (o *MobileDeviceUserAndLocation) SetBuilding(v string)
SetBuilding sets Building field to given value.
func (o *MobileDeviceUserAndLocation) HasBuilding() bool
HasBuilding returns a boolean if a field has been set.
func (o *MobileDeviceUserAndLocation) GetDepartment() string
GetDepartment returns the Department field if non-nil, zero value otherwise.
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.
func (o *MobileDeviceUserAndLocation) SetDepartment(v string)
SetDepartment sets Department field to given value.
func (o *MobileDeviceUserAndLocation) HasDepartment() bool
HasDepartment returns a boolean if a field has been set.
func (o *MobileDeviceUserAndLocation) GetExtensionAttributes() []MobileDeviceExtensionAttribute
GetExtensionAttributes returns the ExtensionAttributes field if non-nil, zero value otherwise.
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.
func (o *MobileDeviceUserAndLocation) SetExtensionAttributes(v []MobileDeviceExtensionAttribute)
SetExtensionAttributes sets ExtensionAttributes field to given value.
func (o *MobileDeviceUserAndLocation) HasExtensionAttributes() bool
HasExtensionAttributes returns a boolean if a field has been set.