Class ChangeRepresentation.ChangeRepresentationBuilder
- java.lang.Object
-
- com.cumulocity.rest.representation.audit.ChangeRepresentation.ChangeRepresentationBuilder
-
- Enclosing class:
- ChangeRepresentation
public static class ChangeRepresentation.ChangeRepresentationBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeRepresentation.ChangeRepresentationBuilderattribute(String attribute)ChangeRepresentationbuild()ChangeRepresentation.ChangeRepresentationBuildernewValue(Object newValue)ChangeRepresentation.ChangeRepresentationBuilderpreviousValue(Object previousValue)StringtoString()ChangeRepresentation.ChangeRepresentationBuildertype(String type)
-
-
-
Method Detail
-
attribute
public ChangeRepresentation.ChangeRepresentationBuilder attribute(String attribute)
- Returns:
this.
-
type
public ChangeRepresentation.ChangeRepresentationBuilder type(String type)
- Returns:
this.
-
previousValue
public ChangeRepresentation.ChangeRepresentationBuilder previousValue(Object previousValue)
- Returns:
this.
-
newValue
public ChangeRepresentation.ChangeRepresentationBuilder newValue(Object newValue)
- Returns:
this.
-
build
public ChangeRepresentation build()
-
-