Interface DisplayData.Builder

  • Method Details

    • displayName

      DisplayData.Builder displayName(String displayName)

      The name of the application provider that appears in the portal.

      Parameters:
      displayName - The name of the application provider that appears in the portal.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • iconUrl

      DisplayData.Builder iconUrl(String iconUrl)

      A URL that points to an icon that represents the application provider.

      Parameters:
      iconUrl - A URL that points to an icon that represents the application provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      DisplayData.Builder description(String description)

      The description of the application provider that appears in the portal.

      Parameters:
      description - The description of the application provider that appears in the portal.
      Returns:
      Returns a reference to this object so that method calls can be chained together.