Interface GrantItem.Builder

    • Method Detail

      • grant

        GrantItem.Builder grant​(Grant grant)

        The configuration structure for the selected grant.

        Parameters:
        grant - The configuration structure for the selected grant.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • grantType

        GrantItem.Builder grantType​(String grantType)

        The type of the selected grant.

        Parameters:
        grantType - The type of the selected grant.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        GrantType, GrantType
      • grantType

        GrantItem.Builder grantType​(GrantType grantType)

        The type of the selected grant.

        Parameters:
        grantType - The type of the selected grant.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        GrantType, GrantType