Class On_Account
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_Account
-
public class On_Account extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_Account()
-
Method Summary
Modifier and Type Method Description On_Accountid()`Account` Id.On_Accountsearch(Account_search callBuilder)**BETA** List and search `AccountSearch` item(s).On_AccountuserGroups(Account_userGroups callBuilder)List and search `UserGroupItems`.On_Accountusers(Account_users callBuilder)List and search `UserItems`.
-
-
-
Method Detail
-
id
public On_Account id()
`Account` Id.
-
users
public On_Account users(Account_users callBuilder)
List and search `UserItems`.
-
userGroups
public On_Account userGroups(Account_userGroups callBuilder)
List and search `UserGroupItems`.
-
search
public On_Account search(Account_search callBuilder)
**BETA** List and search `AccountSearch` item(s).
-
-