Class EulaAcceptance

    • Method Detail

      • acceptedAt

        public final Instant acceptedAt()

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

        Returns:
        The ISO timestamp in seconds for when the EULA was accepted.
      • acceptedBy

        public final String acceptedBy()

        The ID of the person who accepted the EULA.

        Returns:
        The ID of the person who accepted the EULA.
      • accepteeId

        public final String accepteeId()

        The ID of the acceptee.

        Returns:
        The ID of the acceptee.
      • eulaAcceptanceId

        public final String eulaAcceptanceId()

        The EULA acceptance ID.

        Returns:
        The EULA acceptance ID.
      • eulaId

        public final String eulaId()

        The EULA ID.

        Returns:
        The EULA ID.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)