Uses of Class
ch.brix.gql.client.frontify.scalars.UrlScalar
-
Packages that use UrlScalar Package Description ch.brix.gql.client.frontify.input_objects ch.brix.gql.client.frontify.interfaces ch.brix.gql.client.frontify.scalars -
-
Uses of UrlScalar in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects with parameters of type UrlScalar Modifier and Type Method Description InstallProjectWebhookInputInstallProjectWebhookInput. notificationUrl(UrlScalar v)`Url` to send the `ProjectWebhook` notification to.CreateExternalAssetInputCreateExternalAssetInput. url(UrlScalar v)External `Asset` `Url`. -
Uses of UrlScalar in ch.brix.gql.client.frontify.interfaces
Methods in ch.brix.gql.client.frontify.interfaces that return UrlScalar Modifier and Type Method Description UrlScalarUser. getAvatar()`User` avatar.UrlScalarWebhook. getNotificationUrl()The `Url` which will be called by the `Webhook`. -
Uses of UrlScalar in ch.brix.gql.client.frontify.scalars
Methods in ch.brix.gql.client.frontify.scalars that return UrlScalar Modifier and Type Method Description static UrlScalarUrlScalar. of(Object value)
-