Class DeleteObjectOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.visual_recognition.v4.model.DeleteObjectOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteObjectOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The deleteObject options.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeleteObjectOptions.Builder
Builder. -
Method Summary
Modifier and Type Method Description String
collectionId()
Gets the collectionId.DeleteObjectOptions.Builder
newBuilder()
New builder.String
object()
Gets the object.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a DeleteObjectOptions builder
-
collectionId
Gets the collectionId.The identifier of the collection.
- Returns:
- the collectionId
-
object
Gets the object.The name of the object.
- Returns:
- the object
-