Interface OptionStatus.Builder

    • Method Detail

      • creationDate

        OptionStatus.Builder creationDate​(Instant creationDate)

        The timestamp when the entity was created.

        Parameters:
        creationDate - The timestamp when the entity was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updateDate

        OptionStatus.Builder updateDate​(Instant updateDate)

        The timestamp of the last time the entity was updated.

        Parameters:
        updateDate - The timestamp of the last time the entity was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updateVersion

        OptionStatus.Builder updateVersion​(Integer updateVersion)

        The latest version of the entity.

        Parameters:
        updateVersion - The latest version of the entity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • state

        OptionStatus.Builder state​(String state)

        The state of the entity.

        Parameters:
        state - The state of the entity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OptionState, OptionState
      • pendingDeletion

        OptionStatus.Builder pendingDeletion​(Boolean pendingDeletion)

        Indicates whether the entity is being deleted.

        Parameters:
        pendingDeletion - Indicates whether the entity is being deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.