Class ListResourceBindingsForAliasOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.resource_controller.v2.model.ListResourceBindingsForAliasOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListResourceBindingsForAliasOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe listResourceBindingsForAlias options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListResourceBindingsForAliasOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringid()Gets the id.java.lang.Longlimit()Gets the limit.ListResourceBindingsForAliasOptions.BuildernewBuilder()New builder.java.lang.Stringstart()Gets the start.
-
-
-
Method Detail
-
newBuilder
public ListResourceBindingsForAliasOptions.Builder newBuilder()
New builder.- Returns:
- a ListResourceBindingsForAliasOptions builder
-
id
public java.lang.String id()
Gets the id. The resource alias URL-encoded CRN or GUID.- Returns:
- the id
-
limit
public java.lang.Long limit()
Gets the limit. Limit on how many items should be returned.- Returns:
- the limit
-
start
public java.lang.String start()
Gets the start. An optional token that indicates the beginning of the page of results to be returned. Any additional query parameters are ignored if a page token is present. If omitted, the first page of results is returned. This value is obtained from the 'start' query parameter in the 'next_url' field of the operation response.- Returns:
- the start
-
-