Class NonTeamMemberLogInfo


  • public class NonTeamMemberLogInfo
    extends UserLogInfo
    Non team member's logged information.
    • Constructor Detail

      • NonTeamMemberLogInfo

        public NonTeamMemberLogInfo​(java.lang.String accountId,
                                    java.lang.String displayName,
                                    java.lang.String email)
        Non team member's logged information.

        Use newBuilder() to create instances of this class without specifying values for all optional fields.

        Parameters:
        accountId - User unique ID. Must have length of at least 40 and have length of at most 40.
        displayName - User display name.
        email - User email address. Must have length of at most 255.
        Throws:
        java.lang.IllegalArgumentException - If any argument does not meet its preconditions.
      • NonTeamMemberLogInfo

        public NonTeamMemberLogInfo()
        Non team member's logged information.

        The default values for unset fields will be used.

    • Method Detail

      • getAccountId

        public java.lang.String getAccountId()
        User unique ID.
        Overrides:
        getAccountId in class UserLogInfo
        Returns:
        value for this field, or null if not present.
      • getDisplayName

        public java.lang.String getDisplayName()
        User display name.
        Overrides:
        getDisplayName in class UserLogInfo
        Returns:
        value for this field, or null if not present.
      • getEmail

        public java.lang.String getEmail()
        User email address.
        Overrides:
        getEmail in class UserLogInfo
        Returns:
        value for this field, or null if not present.
      • newBuilder

        public static NonTeamMemberLogInfo.Builder newBuilder()
        Returns a new builder for creating an instance of this class.
        Returns:
        builder for this class.
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class UserLogInfo
      • toStringMultiline

        public java.lang.String toStringMultiline()
        Returns a String representation of this object formatted for easier readability.

        The returned String may contain newlines.

        Overrides:
        toStringMultiline in class UserLogInfo
        Returns:
        Formatted, multiline String representation of this object