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