Class NonTeamMemberLogInfo.Builder

    • Constructor Detail

      • Builder

        protected Builder()
    • Method Detail

      • withAccountId

        public NonTeamMemberLogInfo.Builder withAccountId​(java.lang.String accountId)
        Set value for optional field.
        Overrides:
        withAccountId in class UserLogInfo.Builder
        Parameters:
        accountId - User unique ID. Might be missing due to historical data gap. Must have length of at least 40 and have length of at most 40.
        Returns:
        this builder
        Throws:
        java.lang.IllegalArgumentException - If any argument does not meet its preconditions.
      • withEmail

        public NonTeamMemberLogInfo.Builder withEmail​(java.lang.String email)
        Set value for optional field.
        Overrides:
        withEmail in class UserLogInfo.Builder
        Parameters:
        email - User email address. Might be missing due to historical data gap. Must have length of at most 255.
        Returns:
        this builder
        Throws:
        java.lang.IllegalArgumentException - If any argument does not meet its preconditions.