Class ListVersionsOfAccountSettingsTemplateOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.ListVersionsOfAccountSettingsTemplateOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListVersionsOfAccountSettingsTemplateOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe listVersionsOfAccountSettingsTemplate options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListVersionsOfAccountSettingsTemplateOptions.BuilderBuilder.static interfaceListVersionsOfAccountSettingsTemplateOptions.OrderOptional sort order.static interfaceListVersionsOfAccountSettingsTemplateOptions.SortOptional sort property.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringincludeHistory()Gets the includeHistory.java.lang.Stringlimit()Gets the limit.ListVersionsOfAccountSettingsTemplateOptions.BuildernewBuilder()New builder.java.lang.Stringorder()Gets the order.java.lang.Stringpagetoken()Gets the pagetoken.java.lang.Stringsort()Gets the sort.java.lang.StringtemplateId()Gets the templateId.
-
-
-
Method Detail
-
newBuilder
public ListVersionsOfAccountSettingsTemplateOptions.Builder newBuilder()
New builder.- Returns:
- a ListVersionsOfAccountSettingsTemplateOptions builder
-
templateId
public java.lang.String templateId()
Gets the templateId. ID of the account settings template.- Returns:
- the templateId
-
limit
public java.lang.String limit()
Gets the limit. Optional size of a single page.- Returns:
- the limit
-
pagetoken
public java.lang.String pagetoken()
Gets the pagetoken. Optional Prev or Next page token returned from a previous query execution. Default is start with first page.- Returns:
- the pagetoken
-
sort
public java.lang.String sort()
Gets the sort. Optional sort property. If specified, the returned templated are sorted according to this property.- Returns:
- the sort
-
order
public java.lang.String order()
Gets the order. Optional sort order.- Returns:
- the order
-
includeHistory
public java.lang.String includeHistory()
Gets the includeHistory. Defines if the entity history is included in the response.- Returns:
- the includeHistory
-
-