primary
The primary logo.
- Parameters:
primary
- The primary logo.- Returns:
- Returns a reference to this object so that method calls can be chained together.
Buildable
, CopyableBuilder<LogoSet.Builder,LogoSet>
, SdkBuilder<LogoSet.Builder,LogoSet>
, SdkPojo
LogoSet
default LogoSet.Builder
favicon(Consumer<ImageSet.Builder> favicon)
default LogoSet.Builder
primary(Consumer<ImageSet.Builder> primary)
copy
applyMutation, build
equalsBySdkFields, sdkFieldNameToField, sdkFields
The primary logo.
primary
- The primary logo.The primary logo.
This is a convenience method that creates an instance of theImageSet.Builder
avoiding the need to
create one manually via ImageSet.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result is
passed to primary(ImageSet)
.
primary
- a consumer that will call methods on ImageSet.Builder
The favicon logo.
favicon
- The favicon logo.The favicon logo.
This is a convenience method that creates an instance of theImageSet.Builder
avoiding the need to
create one manually via ImageSet.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result is
passed to favicon(ImageSet)
.
favicon
- a consumer that will call methods on ImageSet.Builder