Uses of Class
ch.brix.gql.client.frontify.scalars.EmailScalar
-
Packages that use EmailScalar Package Description ch.brix.gql.client.frontify.input_objects ch.brix.gql.client.frontify.interfaces ch.brix.gql.client.frontify.scalars -
-
Uses of EmailScalar in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects with parameters of type EmailScalar Modifier and Type Method Description InviteProjectUserInputInviteProjectUserInput. email(EmailScalar v)Email address of the `User` you would like to invite. -
Uses of EmailScalar in ch.brix.gql.client.frontify.interfaces
Methods in ch.brix.gql.client.frontify.interfaces that return EmailScalar Modifier and Type Method Description EmailScalarUser. getEmail()`User` email. -
Uses of EmailScalar in ch.brix.gql.client.frontify.scalars
Methods in ch.brix.gql.client.frontify.scalars that return EmailScalar Modifier and Type Method Description static EmailScalarEmailScalar. of(Object value)
-