Interface UserInfo.Builder

All Superinterfaces:
Buildable, CopyableBuilder<UserInfo.Builder,UserInfo>, SdkBuilder<UserInfo.Builder,UserInfo>, SdkPojo
Enclosing class:
UserInfo

public static interface UserInfo.Builder extends SdkPojo, CopyableBuilder<UserInfo.Builder,UserInfo>
  • Method Details

    • name

      The name of the user who made the specified commit.

      Parameters:
      name - The name of the user who made the specified commit.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • email

      UserInfo.Builder email(String email)

      The email address associated with the user who made the commit, if any.

      Parameters:
      email - The email address associated with the user who made the commit, if any.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • date

      The date when the specified commit was commited, in timestamp format with GMT offset.

      Parameters:
      date - The date when the specified commit was commited, in timestamp format with GMT offset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.