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

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

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






Building (Admin SDK API directory_v1-rev20220125-1.32.1)












com.google.api.services.directory.model

Class Building

    • Constructor Detail

      • Building

        public Building()
    • Method Detail

      • getAddress

        public BuildingAddress getAddress()
        The postal address of the building. See [`PostalAddress`](/my- business/reference/rest/v4/PostalAddress) for details. Note that only a single address line and region code are required.
        Returns:
        value or null for none
      • setAddress

        public Building setAddress(BuildingAddress address)
        The postal address of the building. See [`PostalAddress`](/my- business/reference/rest/v4/PostalAddress) for details. Note that only a single address line and region code are required.
        Parameters:
        address - address or null for none
      • getBuildingId

        public String getBuildingId()
        Unique identifier for the building. The maximum length is 100 characters.
        Returns:
        value or null for none
      • setBuildingId

        public Building setBuildingId(String buildingId)
        Unique identifier for the building. The maximum length is 100 characters.
        Parameters:
        buildingId - buildingId or null for none
      • getBuildingName

        public String getBuildingName()
        The building name as seen by users in Calendar. Must be unique for the customer. For example, "NYC-CHEL". The maximum length is 100 characters.
        Returns:
        value or null for none
      • setBuildingName

        public Building setBuildingName(String buildingName)
        The building name as seen by users in Calendar. Must be unique for the customer. For example, "NYC-CHEL". The maximum length is 100 characters.
        Parameters:
        buildingName - buildingName or null for none
      • getCoordinates

        public BuildingCoordinates getCoordinates()
        The geographic coordinates of the center of the building, expressed as latitude and longitude in decimal degrees.
        Returns:
        value or null for none
      • setCoordinates

        public Building setCoordinates(BuildingCoordinates coordinates)
        The geographic coordinates of the center of the building, expressed as latitude and longitude in decimal degrees.
        Parameters:
        coordinates - coordinates or null for none
      • getDescription

        public String getDescription()
        A brief description of the building. For example, "Chelsea Market".
        Returns:
        value or null for none
      • setDescription

        public Building setDescription(String description)
        A brief description of the building. For example, "Chelsea Market".
        Parameters:
        description - description or null for none
      • getEtags

        public String getEtags()
        ETag of the resource.
        Returns:
        value or null for none
      • setEtags

        public Building setEtags(String etags)
        ETag of the resource.
        Parameters:
        etags - etags or null for none
      • getFloorNames

        public List<String> getFloorNames()
        The display names for all floors in this building. The floors are expected to be sorted in ascending order, from lowest floor to highest floor. For example, ["B2", "B1", "L", "1", "2", "2M", "3", "PH"] Must contain at least one entry.
        Returns:
        value or null for none
      • setFloorNames

        public Building setFloorNames(List<String> floorNames)
        The display names for all floors in this building. The floors are expected to be sorted in ascending order, from lowest floor to highest floor. For example, ["B2", "B1", "L", "1", "2", "2M", "3", "PH"] Must contain at least one entry.
        Parameters:
        floorNames - floorNames or null for none
      • getKind

        public String getKind()
        Kind of resource this is.
        Returns:
        value or null for none
      • setKind

        public Building setKind(String kind)
        Kind of resource this is.
        Parameters:
        kind - kind or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy