Interface LayoutItem.Builder

  • Method Details

    • layoutDefinitionName

      LayoutItem.Builder layoutDefinitionName(String layoutDefinitionName)

      The unique name of the layout.

      Parameters:
      layoutDefinitionName - The unique name of the layout.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      LayoutItem.Builder description(String description)

      The description of the layout

      Parameters:
      description - The description of the layout
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      LayoutItem.Builder displayName(String displayName)

      The display name of the layout

      Parameters:
      displayName - The display name of the layout
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isDefault

      LayoutItem.Builder isDefault(Boolean isDefault)

      If set to true for a layout, this layout will be used by default to view data. If set to false, then layout will not be used by default but it can be used to view data by explicit selection on UI.

      Parameters:
      isDefault - If set to true for a layout, this layout will be used by default to view data. If set to false, then layout will not be used by default but it can be used to view data by explicit selection on UI.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • layoutType

      LayoutItem.Builder layoutType(String layoutType)

      The type of layout that can be used to view data under customer profiles domain.

      Parameters:
      layoutType - The type of layout that can be used to view data under customer profiles domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • layoutType

      LayoutItem.Builder layoutType(LayoutType layoutType)

      The type of layout that can be used to view data under customer profiles domain.

      Parameters:
      layoutType - The type of layout that can be used to view data under customer profiles domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tags

      The tags used to organize, track, or control access for this resource.

      Parameters:
      tags - The tags used to organize, track, or control access for this resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      LayoutItem.Builder createdAt(Instant createdAt)

      The timestamp of when the layout was created.

      Parameters:
      createdAt - The timestamp of when the layout was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedAt

      LayoutItem.Builder lastUpdatedAt(Instant lastUpdatedAt)

      The timestamp of when the layout was most recently updated.

      Parameters:
      lastUpdatedAt - The timestamp of when the layout was most recently updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.