Package com.merative.acd.v1.model
Class DeleteProfileOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.merative.acd.v1.model.DeleteProfileOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteProfileOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The deleteProfile options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeleteProfileOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
id()
Gets the id.DeleteProfileOptions.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public DeleteProfileOptions.Builder newBuilder()
New builder.- Returns:
- a DeleteProfileOptions builder
-
id
public java.lang.String id()
Gets the id. Profile ID.- Returns:
- the id
-
-