public static interface Spacing.Builder extends SdkPojo, CopyableBuilder<Spacing.Builder,Spacing>
| Modifier and Type | Method and Description |
|---|---|
Spacing.Builder |
bottom(String bottom)
Define the bottom spacing.
|
Spacing.Builder |
left(String left)
Define the left spacing.
|
Spacing.Builder |
right(String right)
Define the right spacing.
|
Spacing.Builder |
top(String top)
Define the top spacing.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSpacing.Builder top(String top)
Define the top spacing.
top - Define the top spacing.Spacing.Builder bottom(String bottom)
Define the bottom spacing.
bottom - Define the bottom spacing.Spacing.Builder left(String left)
Define the left spacing.
left - Define the left spacing.Spacing.Builder right(String right)
Define the right spacing.
right - Define the right spacing.Copyright © 2023. All rights reserved.