Interface ResourceUri.Builder

    • Method Detail

      • resourceType

        ResourceUri.Builder resourceType​(String resourceType)

        The type of the resource.

        Parameters:
        resourceType - The type of the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResourceType, ResourceType
      • resourceType

        ResourceUri.Builder resourceType​(ResourceType resourceType)

        The type of the resource.

        Parameters:
        resourceType - The type of the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResourceType, ResourceType
      • uri

        ResourceUri.Builder uri​(String uri)

        The URI for accessing the resource.

        Parameters:
        uri - The URI for accessing the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.