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 Summary
Nested Classes Modifier and Type Class Description static classCreateGatewayCompletionNoticeOptions.BuilderBuilder.
-
Method Summary
All 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
-
newBuilder
public CreateGatewayCompletionNoticeOptions.Builder newBuilder()
New builder.- Returns:
- a CreateGatewayCompletionNoticeOptions builder
-
id
public String id()
Gets the id. Direct Link Dedicated gateway identifier.- Returns:
- the id
-
upload
public InputStream upload()
Gets the upload. Completion notice PDF file.- Returns:
- the upload
-
uploadContentType
public String uploadContentType()
Gets the uploadContentType. The content type of upload. Values for this parameter can be obtained from the HttpMediaType class.- Returns:
- the uploadContentType
-
-