Uses of Class
ch.brix.gql.client.frontify.scalars.DateTimeScalar
-
Packages that use DateTimeScalar Package Description ch.brix.gql.client.frontify.input_objects ch.brix.gql.client.frontify.interfaces ch.brix.gql.client.frontify.scalars -
-
Uses of DateTimeScalar in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects with parameters of type DateTimeScalar Modifier and Type Method Description CreateAssetInputCreateAssetInput. expiresAt(DateTimeScalar v)Expiry Date.CreateExternalAssetInputCreateExternalAssetInput. expiresAt(DateTimeScalar v)Expiry Date.UpdateAssetDataInputUpdateAssetDataInput. expiresAt(DateTimeScalar v)Modify expiry date.InviteProjectUserInputInviteProjectUserInput. validFrom(DateTimeScalar v)Start `Date` for `User` access permission validity.InviteProjectUserInputInviteProjectUserInput. validTo(DateTimeScalar v)End `Date` for `User` access permission validity. -
Uses of DateTimeScalar in ch.brix.gql.client.frontify.interfaces
Methods in ch.brix.gql.client.frontify.interfaces that return DateTimeScalar Modifier and Type Method Description DateTimeScalarAsset. getCreatedAt()DateTime of the `Asset` creation.DateTimeScalarAttachment. getCreatedAt()`DateTime` of the `Attachment` creation.DateTimeScalarComment. getCreatedAt()The `DateTime` of the `Comment` creation.DateTimeScalarFolder. getCreatedAt()`DateTime` of the `Folder` creation.DateTimeScalarWebhook. getCreatedAt()`DateTime` of the `Asset` creation.DateTimeScalarAsset. getExpiresAt()`Asset` expiration date.DateTimeScalarAsset. getModifiedAt()DateTime of the `Asset`'s last modification.DateTimeScalarAttachment. getModifiedAt()`DateTime` of the `Attachment`'s last modification.DateTimeScalarComment. getModifiedAt()The `DateTime` of the `Comment` last modification.DateTimeScalarFolder. getModifiedAt()`DateTime` of the last `Folder` modification. -
Uses of DateTimeScalar in ch.brix.gql.client.frontify.scalars
Methods in ch.brix.gql.client.frontify.scalars that return DateTimeScalar Modifier and Type Method Description static DateTimeScalarDateTimeScalar. of(Object value)
-