Interface ResourceUri.Builder

  • Method Details

    • 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

      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:
    • 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.