Uses of Class
ch.brix.gql.client.frontify.scalars.BigIntScalar
-
Packages that use BigIntScalar Package Description ch.brix.gql.client.frontify.input_objects ch.brix.gql.client.frontify.interfaces ch.brix.gql.client.frontify.scalars -
-
Uses of BigIntScalar in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects with parameters of type BigIntScalar Modifier and Type Method Description UploadFileInputUploadFileInput. chunkSize(BigIntScalar v)`File` chunk size in bytes.UploadFileInputUploadFileInput. size(BigIntScalar v)`File` size in bytes. -
Uses of BigIntScalar in ch.brix.gql.client.frontify.interfaces
Methods in ch.brix.gql.client.frontify.interfaces that return BigIntScalar Modifier and Type Method Description BigIntScalarAttachment. getSize()The `Attachment`'s size in bytes. -
Uses of BigIntScalar in ch.brix.gql.client.frontify.scalars
Methods in ch.brix.gql.client.frontify.scalars that return BigIntScalar Modifier and Type Method Description static BigIntScalarBigIntScalar. of(Object value)
-