Class LocationBasedResource

    • Constructor Detail

      • LocationBasedResource

        public LocationBasedResource()
    • Method Detail

      • location

        public String location()
        Get the location property: The resource location.
        Returns:
        the location value.
      • withLocation

        public LocationBasedResource withLocation​(String location)
        Set the location property: The resource location.
        Parameters:
        location - the location value to set.
        Returns:
        the LocationBasedResource object itself.
      • withEtag

        public LocationBasedResource withEtag​(String etag)
        Set the etag property: An etag associated with the resource, used for optimistic concurrency when editing it.
        Overrides:
        withEtag in class ResourceCore
        Parameters:
        etag - the etag value to set.
        Returns:
        the ResourceCore object itself.