Class On_LibraryCollaboratorUserEdge
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_LibraryCollaboratorUserEdge
-
public class On_LibraryCollaboratorUserEdge extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_LibraryCollaboratorUserEdge()
-
Method Summary
Modifier and Type Method Description On_LibraryCollaboratorUserEdgenode(LibraryCollaboratorUserEdge_node callBuilder)`User` that has the least required permissions to collaborate on a `Library`.On_LibraryCollaboratorUserEdgerole()`User` role in the `Library`.
-
-
-
Method Detail
-
node
public On_LibraryCollaboratorUserEdge node(LibraryCollaboratorUserEdge_node callBuilder)
`User` that has the least required permissions to collaborate on a `Library`.
-
role
public On_LibraryCollaboratorUserEdge role()
`User` role in the `Library`.
-
-