Class GetObjectAccessListOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.GetObjectAccessListOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetObjectAccessListOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getObjectAccessList options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetObjectAccessListOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
catalogIdentifier()
Gets the catalogIdentifier.java.lang.Long
limit()
Gets the limit.GetObjectAccessListOptions.Builder
newBuilder()
New builder.java.lang.String
objectIdentifier()
Gets the objectIdentifier.java.lang.Long
offset()
Gets the offset.
-
-
-
Method Detail
-
newBuilder
public GetObjectAccessListOptions.Builder newBuilder()
New builder.- Returns:
- a GetObjectAccessListOptions builder
-
catalogIdentifier
public java.lang.String catalogIdentifier()
Gets the catalogIdentifier. Catalog identifier.- Returns:
- the catalogIdentifier
-
objectIdentifier
public java.lang.String objectIdentifier()
Gets the objectIdentifier. Object identifier.- Returns:
- the objectIdentifier
-
limit
public java.lang.Long limit()
Gets the limit. The maximum number of results to return.- Returns:
- the limit
-
offset
public java.lang.Long offset()
Gets the offset. The number of results to skip before returning values.- Returns:
- the offset
-
-