Class GetNamespacesOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.GetNamespacesOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetNamespacesOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getNamespaces options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetNamespacesOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringclusterId()Gets the clusterId.java.lang.Longlimit()Gets the limit.GetNamespacesOptions.BuildernewBuilder()New builder.java.lang.Longoffset()Gets the offset.java.lang.Stringregion()Gets the region.java.lang.StringxAuthRefreshToken()Gets the xAuthRefreshToken.
-
-
-
Method Detail
-
newBuilder
public GetNamespacesOptions.Builder newBuilder()
New builder.- Returns:
- a GetNamespacesOptions builder
-
clusterId
public java.lang.String clusterId()
Gets the clusterId. ID of the cluster.- Returns:
- the clusterId
-
region
public java.lang.String region()
Gets the region. Cluster region.- Returns:
- the region
-
xAuthRefreshToken
public java.lang.String xAuthRefreshToken()
Gets the xAuthRefreshToken. IAM Refresh token.- Returns:
- the xAuthRefreshToken
-
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
-
-