Class UsersApiRepresentation
- java.lang.Object
-
- com.cumulocity.rest.representation.BaseResourceRepresentation
-
- com.cumulocity.rest.representation.AbstractExtensibleRepresentation
-
- com.cumulocity.rest.representation.user.UsersApiRepresentation
-
- All Implemented Interfaces:
ResourceRepresentation,org.svenson.DynamicProperties
public class UsersApiRepresentation extends AbstractExtensibleRepresentation
-
-
Constructor Summary
Constructors Constructor Description UsersApiRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCurrentUser()StringgetGroupByName()StringgetGroups()StringgetRoles()StringgetUserByName()Contains a placeholder name and point to a resource of Type User.StringgetUsers()voidsetCurrentUser(String currentUser)voidsetGroupByName(String groupByName)voidsetGroups(String groups)voidsetRoles(String roles)voidsetUserByName(String userByName)voidsetUsers(String users)-
Methods inherited from class com.cumulocity.rest.representation.AbstractExtensibleRepresentation
get, get, getAttrs, getProperty, hasProperty, propertyNames, removeProperty, set, set, set, setAttrs, setProperty
-
Methods inherited from class com.cumulocity.rest.representation.BaseResourceRepresentation
getSelf, getSelfDecoded, setSelf, toJSON, toString
-
-
-
-
Method Detail
-
getUsers
public String getUsers()
-
setUsers
public void setUsers(String users)
-
getGroups
public String getGroups()
-
setGroups
public void setGroups(String groups)
-
getUserByName
public String getUserByName()
Contains a placeholder name and point to a resource of Type User.- Returns:
- userByName api url
-
setUserByName
public void setUserByName(String userByName)
-
getCurrentUser
public String getCurrentUser()
-
setCurrentUser
public void setCurrentUser(String currentUser)
-
setGroupByName
public void setGroupByName(String groupByName)
-
getGroupByName
public String getGroupByName()
-
setRoles
public void setRoles(String roles)
-
getRoles
public String getRoles()
-
-