All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.directory.model.UserLocation.html Maven / Gradle / Ivy

There is a newer version: directory_v1-rev20240429-2.0.0
Show newest version






UserLocation (Admin SDK API directory_v1-rev20220621-2.0.0)












com.google.api.services.directory.model

Class UserLocation

    • Constructor Detail

      • UserLocation

        public UserLocation()
    • Method Detail

      • getArea

        public String getArea()
        Textual location. This is most useful for display purposes to concisely describe the location. For example 'Mountain View, CA', 'Near Seattle', 'US-NYC-9TH 9A209A.''
        Returns:
        value or null for none
      • setArea

        public UserLocation setArea(String area)
        Textual location. This is most useful for display purposes to concisely describe the location. For example 'Mountain View, CA', 'Near Seattle', 'US-NYC-9TH 9A209A.''
        Parameters:
        area - area or null for none
      • getBuildingId

        public String getBuildingId()
        Building Identifier.
        Returns:
        value or null for none
      • setBuildingId

        public UserLocation setBuildingId(String buildingId)
        Building Identifier.
        Parameters:
        buildingId - buildingId or null for none
      • getCustomType

        public String getCustomType()
        Custom Type.
        Returns:
        value or null for none
      • setCustomType

        public UserLocation setCustomType(String customType)
        Custom Type.
        Parameters:
        customType - customType or null for none
      • getDeskCode

        public String getDeskCode()
        Most specific textual code of individual desk location.
        Returns:
        value or null for none
      • setDeskCode

        public UserLocation setDeskCode(String deskCode)
        Most specific textual code of individual desk location.
        Parameters:
        deskCode - deskCode or null for none
      • getFloorName

        public String getFloorName()
        Floor name/number.
        Returns:
        value or null for none
      • setFloorName

        public UserLocation setFloorName(String floorName)
        Floor name/number.
        Parameters:
        floorName - floorName or null for none
      • getFloorSection

        public String getFloorSection()
        Floor section. More specific location within the floor. For example if a floor is divided into sections 'A', 'B' and 'C' this field would identify one of those values.
        Returns:
        value or null for none
      • setFloorSection

        public UserLocation setFloorSection(String floorSection)
        Floor section. More specific location within the floor. For example if a floor is divided into sections 'A', 'B' and 'C' this field would identify one of those values.
        Parameters:
        floorSection - floorSection or null for none
      • getType

        public String getType()
        Each entry can have a type which indicates standard types of that entry. For example location could be of types default and desk. In addition to standard type an entry can have a custom type and can give it any name. Such types should have 'custom' as type and also have a customType value.
        Returns:
        value or null for none
      • setType

        public UserLocation setType(String type)
        Each entry can have a type which indicates standard types of that entry. For example location could be of types default and desk. In addition to standard type an entry can have a custom type and can give it any name. Such types should have 'custom' as type and also have a customType value.
        Parameters:
        type - type or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy