Class DateTimeRangeInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.DateTimeRangeInput
-
public class DateTimeRangeInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description DateTimeRangeInput()
-
Method Summary
Modifier and Type Method Description DateTimeRangeInputfrom(DateTimeScalar v)Start `DateTime` of the range.DateTimeRangeInputto(DateTimeScalar v)End `DateTime` of the range.
-
-
-
Method Detail
-
from
public DateTimeRangeInput from(DateTimeScalar v)
Start `DateTime` of the range.
-
to
public DateTimeRangeInput to(DateTimeScalar v)
End `DateTime` of the range.
-
-