Class On_LibraryCollaboratorUserItems
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_LibraryCollaboratorUserItems
-
public class On_LibraryCollaboratorUserItems extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_LibraryCollaboratorUserItems()
-
Method Summary
Modifier and Type Method Description On_LibraryCollaboratorUserItemsedges(LibraryCollaboratorUserItems_edges callBuilder)**BETA** List of `LibraryCollaboratorUserEdge` edges.On_LibraryCollaboratorUserItemshasNextPage()Indicates if a next page is available or notOn_LibraryCollaboratorUserItemsitems(LibraryCollaboratorUserItems_items callBuilder)List of `User` items that have lowest required permissions to collaborate on a `Library`.On_LibraryCollaboratorUserItemslimit()Number of results per page.On_LibraryCollaboratorUserItemspage()Current page number.On_LibraryCollaboratorUserItemstotal()Total amount of results.
-
-
-
Method Detail
-
total
public On_LibraryCollaboratorUserItems total()
Total amount of results.
-
page
public On_LibraryCollaboratorUserItems page()
Current page number.
-
limit
public On_LibraryCollaboratorUserItems limit()
Number of results per page.
-
hasNextPage
public On_LibraryCollaboratorUserItems hasNextPage()
Indicates if a next page is available or not
-
items
public On_LibraryCollaboratorUserItems items(LibraryCollaboratorUserItems_items callBuilder)
List of `User` items that have lowest required permissions to collaborate on a `Library`.
-
edges
public On_LibraryCollaboratorUserItems edges(LibraryCollaboratorUserItems_edges callBuilder)
**BETA** List of `LibraryCollaboratorUserEdge` edges.
-
-