Class GroupRepresentation
java.lang.Object
com.cumulocity.rest.representation.BaseResourceRepresentation
com.cumulocity.rest.representation.CustomPropertiesMapRepresentation
com.cumulocity.rest.representation.user.GroupRepresentation
- All Implemented Interfaces:
ResourceRepresentation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
getRoles()
getUsers()
void
setApplications
(List<ApplicationRepresentation> applications) void
setDescription
(String description) void
setDevicePermissions
(Map<String, List<String>> devicePermissions) void
void
void
void
Methods inherited from class com.cumulocity.rest.representation.CustomPropertiesMapRepresentation
getCustomProperties, setCustomProperties
Methods inherited from class com.cumulocity.rest.representation.BaseResourceRepresentation
getSelf, getSelfDecoded, setSelf, toJSON, toString
-
Constructor Details
-
GroupRepresentation
public GroupRepresentation()
-
-
Method Details
-
setId
-
getId
-
getName
-
setName
-
getDescription
-
setDescription
-
getUsers
-
setUsers
-
getRoles
-
setRoles
-
getDevicePermissions
-
setDevicePermissions
-
getApplications
-
setApplications
@JSONTypeHint(ApplicationRepresentation.class) public void setApplications(List<ApplicationRepresentation> applications)
-