Interface UpdateResourceResponse.Builder

    • Method Detail

      • id

        UpdateResourceResponse.Builder id​(String id)

        The resource's identifier.

        Parameters:
        id - The resource's identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parentId

        UpdateResourceResponse.Builder parentId​(String parentId)

        The parent resource's identifier.

        Parameters:
        parentId - The parent resource's identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pathPart

        UpdateResourceResponse.Builder pathPart​(String pathPart)

        The last path segment for this resource.

        Parameters:
        pathPart - The last path segment for this resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • path

        UpdateResourceResponse.Builder path​(String path)

        The full path for this resource.

        Parameters:
        path - The full path for this resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceMethods

        UpdateResourceResponse.Builder resourceMethods​(Map<String,​Method> resourceMethods)

        Gets an API resource's method of a given HTTP verb.

        Parameters:
        resourceMethods - Gets an API resource's method of a given HTTP verb.
        Returns:
        Returns a reference to this object so that method calls can be chained together.