Class AccountQueryInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.AccountQueryInput
-
public class AccountQueryInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description AccountQueryInput()
-
Method Summary
Modifier and Type Method Description AccountQueryInputfilter(AccountQueryFilterInput v)Use filters to reduce the set of matched results.AccountQueryInputsortBy(AccountQuerySortByInput v)Sort order of matched results.AccountQueryInputterm(StringScalar v)Search term used to retrieve matched results.
-
-
-
Method Detail
-
term
public AccountQueryInput term(StringScalar v)
Search term used to retrieve matched results.
-
sortBy
public AccountQueryInput sortBy(AccountQuerySortByInput v)
Sort order of matched results.
-
filter
public AccountQueryInput filter(AccountQueryFilterInput v)
Use filters to reduce the set of matched results.
-
-