Class ListProfileTemplatesOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.ListProfileTemplatesOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListProfileTemplatesOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe listProfileTemplates options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListProfileTemplatesOptions.BuilderBuilder.static interfaceListProfileTemplatesOptions.OrderOptional sort order.static interfaceListProfileTemplatesOptions.SortOptional sort property.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountId()Gets the accountId.java.lang.StringincludeHistory()Gets the includeHistory.java.lang.Stringlimit()Gets the limit.ListProfileTemplatesOptions.BuildernewBuilder()New builder.java.lang.Stringorder()Gets the order.java.lang.Stringpagetoken()Gets the pagetoken.java.lang.Stringsort()Gets the sort.
-
-
-
Method Detail
-
newBuilder
public ListProfileTemplatesOptions.Builder newBuilder()
New builder.- Returns:
- a ListProfileTemplatesOptions builder
-
accountId
public java.lang.String accountId()
Gets the accountId. Account ID of the trusted profile templates to query. This parameter is required unless using a pagetoken.- Returns:
- the accountId
-
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 templates 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
-
-