public static interface FreeFormLayoutCanvasSizeOptions.Builder extends SdkPojo, CopyableBuilder<FreeFormLayoutCanvasSizeOptions.Builder,FreeFormLayoutCanvasSizeOptions>
| Modifier and Type | Method and Description |
|---|---|
default FreeFormLayoutCanvasSizeOptions.Builder |
screenCanvasSizeOptions(Consumer<FreeFormLayoutScreenCanvasSizeOptions.Builder> screenCanvasSizeOptions)
The options that determine the sizing of the canvas used in a free-form layout.
|
FreeFormLayoutCanvasSizeOptions.Builder |
screenCanvasSizeOptions(FreeFormLayoutScreenCanvasSizeOptions screenCanvasSizeOptions)
The options that determine the sizing of the canvas used in a free-form layout.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFreeFormLayoutCanvasSizeOptions.Builder screenCanvasSizeOptions(FreeFormLayoutScreenCanvasSizeOptions screenCanvasSizeOptions)
The options that determine the sizing of the canvas used in a free-form layout.
screenCanvasSizeOptions - The options that determine the sizing of the canvas used in a free-form layout.default FreeFormLayoutCanvasSizeOptions.Builder screenCanvasSizeOptions(Consumer<FreeFormLayoutScreenCanvasSizeOptions.Builder> screenCanvasSizeOptions)
The options that determine the sizing of the canvas used in a free-form layout.
This is a convenience method that creates an instance of theFreeFormLayoutScreenCanvasSizeOptions.Builder avoiding the need to create one manually via
FreeFormLayoutScreenCanvasSizeOptions.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
screenCanvasSizeOptions(FreeFormLayoutScreenCanvasSizeOptions).
screenCanvasSizeOptions - a consumer that will call methods on FreeFormLayoutScreenCanvasSizeOptions.BuilderscreenCanvasSizeOptions(FreeFormLayoutScreenCanvasSizeOptions)Copyright © 2023. All rights reserved.