Package net.webpdf.wsclient.openapi
Class ApplicationConfigCompressPortalSettings
- java.lang.Object
-
- net.webpdf.wsclient.openapi.ApplicationConfigCompressPortalSettings
-
public class ApplicationConfigCompressPortalSettings extends Object
ApplicationConfigCompressPortalSettings
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApplicationConfigCompressPortalSettings.CompressProfileEnumSets the profile for automatic document compression and thus defines whether compression should be applied when saving
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_COMPRESS_PROFILE
-
Constructor Summary
Constructors Constructor Description ApplicationConfigCompressPortalSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationConfigCompressPortalSettingscompressProfile(ApplicationConfigCompressPortalSettings.CompressProfileEnum compressProfile)booleanequals(Object o)@Nullable ApplicationConfigCompressPortalSettings.CompressProfileEnumgetCompressProfile()Sets the profile for automatic document compression and thus defines whether compression should be applied when savinginthashCode()voidsetCompressProfile(ApplicationConfigCompressPortalSettings.CompressProfileEnum compressProfile)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_COMPRESS_PROFILE
public static final String JSON_PROPERTY_COMPRESS_PROFILE
- See Also:
- Constant Field Values
-
-
Method Detail
-
compressProfile
public ApplicationConfigCompressPortalSettings compressProfile(ApplicationConfigCompressPortalSettings.CompressProfileEnum compressProfile)
-
getCompressProfile
@Nullable public @Nullable ApplicationConfigCompressPortalSettings.CompressProfileEnum getCompressProfile()
Sets the profile for automatic document compression and thus defines whether compression should be applied when saving. * always = PDF documents should always be compressed when saved. * never = PDF documents should not be automatically compressed. * recompress = PDF documents should only be compressed automatically if they were already compressed previously.- Returns:
- compressProfile
-
setCompressProfile
public void setCompressProfile(ApplicationConfigCompressPortalSettings.CompressProfileEnum compressProfile)
-
-