Uses of Enum Class
com.coveo.pushapiclient.CompressionType
-
Uses of CompressionType in com.coveo.pushapiclient
Methods in com.coveo.pushapiclient that return CompressionTypeModifier and TypeMethodDescriptionCompressedBinaryData.compressionType()Returns the value of thecompressionTyperecord component.static CompressionTypeReturns the enum constant of this class with the specified name.static CompressionType[]CompressionType.values()Returns an array containing the constants of this enum class, 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 CompressionTypeModifierConstructorDescriptionCompressedBinaryData(String data, CompressionType compressionType)Creates an instance of aCompressedBinaryDatarecord class.