Class BrandQuerySourceInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.BrandQuerySourceInput
-
public class BrandQuerySourceInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description BrandQuerySourceInput()
-
Method Summary
Modifier and Type Method Description BrandQuerySourceInputids(List<IdScalar> v)Specify the Ids of the source type you want to search in.BrandQuerySourceInputtype(BrandQuerySourceTypeInput v)Specify the source type to search in.
-
-
-
Method Detail
-
type
public BrandQuerySourceInput type(BrandQuerySourceTypeInput v)
Specify the source type to search in.
-
ids
public BrandQuerySourceInput 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.
-
-