Package com.merative.acd.v1.model
Class CartridgesPostMultipartOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.merative.acd.v1.model.CartridgesPostMultipartOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class CartridgesPostMultipartOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe cartridgesPostMultipart options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classCartridgesPostMultipartOptions.BuilderBuilder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.InputStreamarchiveFile()Gets the archiveFile.java.lang.StringarchiveFileContentType()Gets the archiveFileContentType.CartridgesPostMultipartOptions.BuildernewBuilder()New builder.
 
- 
- 
- 
Method Detail- 
newBuilderpublic CartridgesPostMultipartOptions.Builder newBuilder() New builder.- Returns:
- a CartridgesPostMultipartOptions builder
 
 - 
archiveFilepublic java.io.InputStream archiveFile() Gets the archiveFile. Cartridge archive file.- Returns:
- the archiveFile
 
 - 
archiveFileContentTypepublic java.lang.String archiveFileContentType() Gets the archiveFileContentType. The content type of archiveFile. Values for this parameter can be obtained from the HttpMediaType class.- Returns:
- the archiveFileContentType
 
 
- 
 
-