Class BooleanScalar
- java.lang.Object
-
- ch.brix.gql.client.Scalar
-
- ch.brix.gql.client.frontify.scalars.BooleanScalar
-
public class BooleanScalar extends ch.brix.gql.client.ScalarThe `Boolean` scalar type represents `true` or `false`.
-
-
Method Summary
Modifier and Type Method Description static BooleanScalarof(Object value)
-
-
-
Method Detail
-
of
public static BooleanScalar of(Object value)
- Parameters:
value- requires correct implementation of .toString() otherwise pass a String
-
-