primary
The primary color configuration used throughout the workspace.
- Parameters:
primary- The primary color configuration used throughout the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
Buildable, CopyableBuilder<WorkspaceThemePalette.Builder,WorkspaceThemePalette> , SdkBuilder<WorkspaceThemePalette.Builder,WorkspaceThemePalette> , SdkPojoWorkspaceThemePalettedefault WorkspaceThemePalette.Buildercanvas(Consumer<PaletteCanvas.Builder> canvas) canvas(PaletteCanvas canvas) default WorkspaceThemePalette.Builderheader(Consumer<PaletteHeader.Builder> header) header(PaletteHeader header) default WorkspaceThemePalette.Buildernavigation(Consumer<PaletteNavigation.Builder> navigation) navigation(PaletteNavigation navigation) default WorkspaceThemePalette.Builderprimary(Consumer<PalettePrimary.Builder> primary) primary(PalettePrimary primary) copyapplyMutation, buildequalsBySdkFields, sdkFieldNameToField, sdkFieldsThe color configuration for the header area.
header - The color configuration for the header area.The color configuration for the header area.
This is a convenience method that creates an instance of thePaletteHeader.Builder avoiding the need
to create one manually via PaletteHeader.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to header(PaletteHeader).
header - a consumer that will call methods on PaletteHeader.BuilderThe color configuration for the canvas area.
canvas - The color configuration for the canvas area.The color configuration for the canvas area.
This is a convenience method that creates an instance of thePaletteCanvas.Builder avoiding the need
to create one manually via PaletteCanvas.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to canvas(PaletteCanvas).
canvas - a consumer that will call methods on PaletteCanvas.BuilderThe primary color configuration used throughout the workspace.
primary - The primary color configuration used throughout the workspace.The primary color configuration used throughout the workspace.
This is a convenience method that creates an instance of thePalettePrimary.Builder avoiding the need
to create one manually via PalettePrimary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to primary(PalettePrimary).
primary - a consumer that will call methods on PalettePrimary.Builder