Interface EntityDisplayData.Builder

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

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

    • userName

      EntityDisplayData.Builder userName(String userName)

      The name of the user.

      Parameters:
      userName - The name of the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • groupName

      EntityDisplayData.Builder groupName(String groupName)

      The name of the group.

      Parameters:
      groupName - The name of the group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • identifiedUserName

      EntityDisplayData.Builder identifiedUserName(String identifiedUserName)

      The user name of the user.

      Parameters:
      identifiedUserName - The user name of the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • firstName

      EntityDisplayData.Builder firstName(String firstName)

      The first name of the user.

      Parameters:
      firstName - The first name of the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastName

      EntityDisplayData.Builder lastName(String lastName)

      The last name of the user.

      Parameters:
      lastName - The last name of the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.