Class ListTemplateVersionsOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_access_groups.v2.model.ListTemplateVersionsOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListTemplateVersionsOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe listTemplateVersions options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListTemplateVersionsOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Longlimit()Gets the limit.ListTemplateVersionsOptions.BuildernewBuilder()New builder.java.lang.Longoffset()Gets the offset.java.lang.StringtemplateId()Gets the templateId.
-
-
-
Method Detail
-
newBuilder
public ListTemplateVersionsOptions.Builder newBuilder()
New builder.- Returns:
- a ListTemplateVersionsOptions builder
-
templateId
public java.lang.String templateId()
Gets the templateId. ID of the template that you want to list all versions of.- Returns:
- the templateId
-
limit
public java.lang.Long limit()
Gets the limit. Return up to this limit of results where limit is between 0 and 100.- Returns:
- the limit
-
offset
public java.lang.Long offset()
Gets the offset. The offset of the first result item to be returned.- Returns:
- the offset
-
-