Class UIProperties.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.UIProperties.Builder
-
- Enclosing class:
- UIProperties
public static class UIProperties.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UIProperties
build()
UIProperties.Builder
coordinateX(BigDecimal coordinateX)
The X coordinate of the object.UIProperties.Builder
coordinateY(BigDecimal coordinateY)
The Y coordinate of the object.UIProperties.Builder
copy(UIProperties model)
-
-
-
Method Detail
-
coordinateX
public UIProperties.Builder coordinateX(BigDecimal coordinateX)
The X coordinate of the object.- Parameters:
coordinateX
- the value to set- Returns:
- this builder
-
coordinateY
public UIProperties.Builder coordinateY(BigDecimal coordinateY)
The Y coordinate of the object.- Parameters:
coordinateY
- the value to set- Returns:
- this builder
-
build
public UIProperties build()
-
copy
public UIProperties.Builder copy(UIProperties model)
-
-