Uses of Class
org.topbraidlive.client.java.graphql.platform.User
-
Packages that use User Package Description org.topbraidlive.client.java.graphql.platform -
-
Uses of User in org.topbraidlive.client.java.graphql.platform
Methods in org.topbraidlive.client.java.graphql.platform that return User Modifier and Type Method Description User
Graph. getCreator()
The user who created this graph (if known).User
MasterGraph. getCreator()
The user who created this graph (if known).User
WorkflowGraph. getCreator()
The user who created this graph (if known).User
MasterGraph. getLastChangeUser()
Returns the user who did the most recent known change.User
User. setEmail(String arg)
User
User. setLabel(String arg)
User
User. setResults(List<_ValidationResult> arg)
User
User. setType(List<_Resource> arg)
User
User. setUri(ID arg)
Methods in org.topbraidlive.client.java.graphql.platform that return types with arguments of type User Modifier and Type Method Description List<User>
RootRDFQuery. getUsers()
A TopBraid user (account).Methods in org.topbraidlive.client.java.graphql.platform with parameters of type User Modifier and Type Method Description Graph
Graph. setCreator(User arg)
MasterGraph
MasterGraph. setCreator(User arg)
WorkflowGraph
WorkflowGraph. setCreator(User arg)
MasterGraph
MasterGraph. setLastChangeUser(User arg)
Method parameters in org.topbraidlive.client.java.graphql.platform with type arguments of type User Modifier and Type Method Description RootRDFQuery
RootRDFQuery. setUsers(List<User> arg)
-