Interface Delegate.Builder

    • Method Detail

      • id

        Delegate.Builder id​(String id)

        The identifier for the user or group associated as the resource's delegate.

        Parameters:
        id - The identifier for the user or group associated as the resource's delegate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        Delegate.Builder type​(String type)

        The type of the delegate: user or group.

        Parameters:
        type - The type of the delegate: user or group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MemberType, MemberType
      • type

        Delegate.Builder type​(MemberType type)

        The type of the delegate: user or group.

        Parameters:
        type - The type of the delegate: user or group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MemberType, MemberType