Interface DisplayData.Builder

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

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

    • 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.
    • 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.