Uses of Enum
com.coveo.pushapiclient.CompressionType
-
Uses of CompressionType in com.coveo.pushapiclient
Methods in com.coveo.pushapiclient that return CompressionTypeModifier and TypeMethodDescriptionCompressedBinaryData.getCompressionType()static CompressionTypeReturns the enum constant of this type with the specified name.static CompressionType[]CompressionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.coveo.pushapiclient with parameters of type CompressionTypeModifier and TypeMethodDescriptionPlatformClient.pushDocument(String sourceId, String documentJSON, String documentId, CompressionType compressionType) Adds or updates an individual item in a push source.Constructors in com.coveo.pushapiclient with parameters of type CompressionType