Class UIProperties.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.UIProperties.Builder
 
- 
- Enclosing class:
- UIProperties
 
 public static class UIProperties.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UIPropertiesbuild()UIProperties.BuildercoordinateX(BigDecimal coordinateX)The X coordinate of the object.UIProperties.BuildercoordinateY(BigDecimal coordinateY)The Y coordinate of the object.UIProperties.Buildercopy(UIProperties model)
 
- 
- 
- 
Method Detail- 
coordinateXpublic UIProperties.Builder coordinateX(BigDecimal coordinateX) The X coordinate of the object.- Parameters:
- coordinateX- the value to set
- Returns:
- this builder
 
 - 
coordinateYpublic UIProperties.Builder coordinateY(BigDecimal coordinateY) The Y coordinate of the object.- Parameters:
- coordinateY- the value to set
- Returns:
- this builder
 
 - 
buildpublic UIProperties build() 
 - 
copypublic UIProperties.Builder copy(UIProperties model) 
 
- 
 
-