Interface EulaAcceptance.Builder

    • Method Detail

      • acceptedAt

        EulaAcceptance.Builder acceptedAt​(Instant acceptedAt)

        The ISO timestamp in seconds for when the EULA was accepted.

        Parameters:
        acceptedAt - The ISO timestamp in seconds for when the EULA was accepted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • acceptedBy

        EulaAcceptance.Builder acceptedBy​(String acceptedBy)

        The ID of the person who accepted the EULA.

        Parameters:
        acceptedBy - The ID of the person who accepted the EULA.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accepteeId

        EulaAcceptance.Builder accepteeId​(String accepteeId)

        The ID of the acceptee.

        Parameters:
        accepteeId - The ID of the acceptee.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eulaAcceptanceId

        EulaAcceptance.Builder eulaAcceptanceId​(String eulaAcceptanceId)

        The EULA acceptance ID.

        Parameters:
        eulaAcceptanceId - The EULA acceptance ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eulaId

        EulaAcceptance.Builder eulaId​(String eulaId)

        The EULA ID.

        Parameters:
        eulaId - The EULA ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.