Class UpdateSiteRequest

    • Method Detail

      • globalNetworkId

        public final String globalNetworkId()

        The ID of the global network.

        Returns:
        The ID of the global network.
      • siteId

        public final String siteId()

        The ID of your site.

        Returns:
        The ID of your site.
      • description

        public final String description()

        A description of your site.

        Constraints: Maximum length of 256 characters.

        Returns:
        A description of your site.

        Constraints: Maximum length of 256 characters.

      • location

        public final Location location()

        The site location:

        • Address: The physical address of the site.

        • Latitude: The latitude of the site.

        • Longitude: The longitude of the site.

        Returns:
        The site location:

        • Address: The physical address of the site.

        • Latitude: The latitude of the site.

        • Longitude: The longitude of the site.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object