Class CreateGatewayCompletionNoticeOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.direct_link.v1.model.CreateGatewayCompletionNoticeOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class CreateGatewayCompletionNoticeOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createGatewayCompletionNotice options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classCreateGatewayCompletionNoticeOptions.BuilderBuilder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Gets the id.CreateGatewayCompletionNoticeOptions.BuildernewBuilder()New builder.InputStreamupload()Gets the upload.StringuploadContentType()Gets the uploadContentType.
 
- 
- 
- 
Method Detail- 
newBuilderpublic CreateGatewayCompletionNoticeOptions.Builder newBuilder() New builder.- Returns:
- a CreateGatewayCompletionNoticeOptions builder
 
 - 
idpublic String id() Gets the id. Direct Link Dedicated gateway identifier.- Returns:
- the id
 
 - 
uploadpublic InputStream upload() Gets the upload. Completion notice PDF file.- Returns:
- the upload
 
 - 
uploadContentTypepublic String uploadContentType() Gets the uploadContentType. The content type of upload. Values for this parameter can be obtained from the HttpMediaType class.- Returns:
- the uploadContentType
 
 
- 
 
-