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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
getProperty
(String name) boolean
hasProperty
(String name) removeProperty
(String name) void
setProperty
(String name, Object value) Methods inherited from class com.cumulocity.rest.representation.AbstractExtensibleRepresentation
get, get, getAttrs, set, set, set, setAttrs
Methods inherited from class com.cumulocity.rest.representation.BaseResourceRepresentation
getSelf, getSelfDecoded, setSelf, toJSON, toString
-
Constructor Details
-
OptionsRepresentation
public OptionsRepresentation() -
OptionsRepresentation
-
-
Method Details
-
getProperty
- Specified by:
getProperty
in interfaceorg.svenson.DynamicProperties
- Overrides:
getProperty
in classAbstractExtensibleRepresentation
-
setProperty
- Specified by:
setProperty
in interfaceorg.svenson.DynamicProperties
- Overrides:
setProperty
in classAbstractExtensibleRepresentation
-
propertyNames
- Specified by:
propertyNames
in interfaceorg.svenson.DynamicProperties
- Overrides:
propertyNames
in classAbstractExtensibleRepresentation
-
hasProperty
- Specified by:
hasProperty
in interfaceorg.svenson.DynamicProperties
- Overrides:
hasProperty
in classAbstractExtensibleRepresentation
-
removeProperty
- Specified by:
removeProperty
in interfaceorg.svenson.DynamicProperties
- Overrides:
removeProperty
in classAbstractExtensibleRepresentation
-
builder
-