Class EmailScalar
- java.lang.Object
-
- ch.brix.gql.client.Scalar
-
- ch.brix.gql.client.frontify.scalars.EmailScalar
-
public class EmailScalar extends ch.brix.gql.client.ScalarThe `Email` scalar type represents email addresses.
-
-
Method Summary
Modifier and Type Method Description static EmailScalarof(Object value)
-
-
-
Method Detail
-
of
public static EmailScalar of(Object value)
- Parameters:
value- requires correct implementation of .toString() otherwise pass a String
-
-