Class OptionsRepresentation
java.lang.Object
com.cumulocity.rest.representation.BaseResourceRepresentation
com.cumulocity.rest.representation.AbstractExtensibleRepresentation
com.cumulocity.rest.representation.tenant.OptionsRepresentation
- All Implemented Interfaces:
ResourceRepresentation,org.svenson.DynamicProperties
public class OptionsRepresentation
extends AbstractExtensibleRepresentation
implements org.svenson.DynamicProperties
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()getProperty(String name) booleanhasProperty(String name) removeProperty(String name) voidsetProperty(String name, Object value) Methods inherited from class com.cumulocity.rest.representation.AbstractExtensibleRepresentation
get, get, getAttrs, set, set, set, setAttrsMethods inherited from class com.cumulocity.rest.representation.BaseResourceRepresentation
getSelf, getSelfDecoded, setSelf, toJSON, toString
-
Constructor Details
-
OptionsRepresentation
public OptionsRepresentation() -
OptionsRepresentation
-
-
Method Details
-
getProperty
- Specified by:
getPropertyin interfaceorg.svenson.DynamicProperties- Overrides:
getPropertyin classAbstractExtensibleRepresentation
-
setProperty
- Specified by:
setPropertyin interfaceorg.svenson.DynamicProperties- Overrides:
setPropertyin classAbstractExtensibleRepresentation
-
propertyNames
- Specified by:
propertyNamesin interfaceorg.svenson.DynamicProperties- Overrides:
propertyNamesin classAbstractExtensibleRepresentation
-
hasProperty
- Specified by:
hasPropertyin interfaceorg.svenson.DynamicProperties- Overrides:
hasPropertyin classAbstractExtensibleRepresentation
-
removeProperty
- Specified by:
removePropertyin interfaceorg.svenson.DynamicProperties- Overrides:
removePropertyin classAbstractExtensibleRepresentation
-
builder
-