Class AccountQuerySourceInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.AccountQuerySourceInput
-
public class AccountQuerySourceInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description AccountQuerySourceInput()
-
Method Summary
Modifier and Type Method Description AccountQuerySourceInputids(List<IdScalar> v)Specify the Ids of the source type you want to search in.AccountQuerySourceInputtype(AccountQuerySourceTypeInput v)Specify the source type to search in.
-
-
-
Method Detail
-
type
public AccountQuerySourceInput type(AccountQuerySourceTypeInput v)
Specify the source type to search in.
-
ids
public AccountQuerySourceInput ids(List<IdScalar> v)
Specify the Ids of the source type you want to search in. If no Ids are specified, a search will be performed on all accessible Ids of the type.
-
-