Class CreateRevokeAccessProcessOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.CreateRevokeAccessProcessOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateRevokeAccessProcessOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createRevokeAccessProcess options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateRevokeAccessProcessOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.InputStreambody()Gets the body.java.lang.StringcontentType()Gets the contentType.java.lang.StringdataProductId()Gets the dataProductId.CreateRevokeAccessProcessOptions.BuildernewBuilder()New builder.java.lang.StringreleaseId()Gets the releaseId.
-
-
-
Method Detail
-
newBuilder
public CreateRevokeAccessProcessOptions.Builder newBuilder()
New builder.- Returns:
- a CreateRevokeAccessProcessOptions builder
-
dataProductId
public java.lang.String dataProductId()
Gets the dataProductId. Data product ID. Use '-' to skip specifying the data product ID explicitly.- Returns:
- the dataProductId
-
releaseId
public java.lang.String releaseId()
Gets the releaseId. The unique identifier of the data product release.- Returns:
- the releaseId
-
body
public java.io.InputStream body()
Gets the body. Request parameters to handle revoke access from subscriptions. The start_at field can be used to schedule the revoke access operation for a future date-time.- Returns:
- the body
-
contentType
public java.lang.String contentType()
Gets the contentType. The type of the input.- Returns:
- the contentType
-
-