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.GenericModelThe getObjectAccessList options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetObjectAccessListOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringcatalogIdentifier()Gets the catalogIdentifier.java.lang.Longlimit()Gets the limit.GetObjectAccessListOptions.BuildernewBuilder()New builder.java.lang.StringobjectIdentifier()Gets the objectIdentifier.java.lang.Longoffset()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
-
-