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.GenericModel
The createGatewayCompletionNotice options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateGatewayCompletionNoticeOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
id()
Gets the id.CreateGatewayCompletionNoticeOptions.Builder
newBuilder()
New builder.InputStream
upload()
Gets the upload.String
uploadContentType()
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
-
-