Interface Entitlement.Builder

    • Method Detail

      • name

        Entitlement.Builder name​(String name)

        Entitlement name.

        Parameters:
        name - Entitlement name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        Entitlement.Builder value​(String value)

        Entitlement resource. Use only if the unit is None.

        Parameters:
        value - Entitlement resource. Use only if the unit is None.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxCount

        Entitlement.Builder maxCount​(Long maxCount)

        Maximum entitlement count. Use if the unit is not None.

        Parameters:
        maxCount - Maximum entitlement count. Use if the unit is not None.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • overage

        Entitlement.Builder overage​(Boolean overage)

        Indicates whether overages are allowed.

        Parameters:
        overage - Indicates whether overages are allowed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • allowCheckIn

        Entitlement.Builder allowCheckIn​(Boolean allowCheckIn)

        Indicates whether check-ins are allowed.

        Parameters:
        allowCheckIn - Indicates whether check-ins are allowed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.