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.platformMethods in org.topbraidlive.client.java.graphql.platform that return User Modifier and Type Method Description UserGraph. getCreator()The user who created this graph (if known).UserMasterGraph. getCreator()The user who created this graph (if known).UserWorkflowGraph. getCreator()The user who created this graph (if known).UserMasterGraph. getLastChangeUser()Returns the user who did the most recent known change.UserUser. setEmail(String arg)UserUser. setLabel(String arg)UserUser. setResults(List<_ValidationResult> arg)UserUser. setType(List<_Resource> arg)UserUser. 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 GraphGraph. setCreator(User arg)MasterGraphMasterGraph. setCreator(User arg)WorkflowGraphWorkflowGraph. setCreator(User arg)MasterGraphMasterGraph. setLastChangeUser(User arg)Method parameters in org.topbraidlive.client.java.graphql.platform with type arguments of type User Modifier and Type Method Description RootRDFQueryRootRDFQuery. setUsers(List<User> arg)
 
-