Class Account_userGroups_Args
- java.lang.Object
-
- ch.brix.gql.client.ArgsBuilder
-
- ch.brix.gql.client.frontify.builders.Account_userGroups_Args
-
public class Account_userGroups_Args extends ch.brix.gql.client.ArgsBuilder
-
-
Constructor Summary
Constructors Constructor Description Account_userGroups_Args()
-
Method Summary
Modifier and Type Method Description Account_userGroups_Argslimit(IntScalar value)How many `UserGroupItems` to show per query.Account_userGroups_Argspage(IntScalar value)Current page number.
-
-
-
Method Detail
-
limit
public Account_userGroups_Args limit(IntScalar value)
How many `UserGroupItems` to show per query. Min: 1, Max: 100. Default value: 25
-
page
public Account_userGroups_Args page(IntScalar value)
Current page number. Default value: 1
-
-