Class ListVersionsOfProfileTemplateOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.ListVersionsOfProfileTemplateOptions.Builder
-
- Enclosing class:
- ListVersionsOfProfileTemplateOptions
public static class ListVersionsOfProfileTemplateOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListVersionsOfProfileTemplateOptionsbuild()Builds a ListVersionsOfProfileTemplateOptions.ListVersionsOfProfileTemplateOptions.BuilderincludeHistory(java.lang.String includeHistory)Set the includeHistory.ListVersionsOfProfileTemplateOptions.Builderlimit(java.lang.String limit)Set the limit.ListVersionsOfProfileTemplateOptions.Builderorder(java.lang.String order)Set the order.ListVersionsOfProfileTemplateOptions.Builderpagetoken(java.lang.String pagetoken)Set the pagetoken.ListVersionsOfProfileTemplateOptions.Buildersort(java.lang.String sort)Set the sort.ListVersionsOfProfileTemplateOptions.BuildertemplateId(java.lang.String templateId)Set the templateId.
-
-
-
Method Detail
-
build
public ListVersionsOfProfileTemplateOptions build()
Builds a ListVersionsOfProfileTemplateOptions.- Returns:
- the new ListVersionsOfProfileTemplateOptions instance
-
templateId
public ListVersionsOfProfileTemplateOptions.Builder templateId(java.lang.String templateId)
Set the templateId.- Parameters:
templateId- the templateId- Returns:
- the ListVersionsOfProfileTemplateOptions builder
-
limit
public ListVersionsOfProfileTemplateOptions.Builder limit(java.lang.String limit)
Set the limit.- Parameters:
limit- the limit- Returns:
- the ListVersionsOfProfileTemplateOptions builder
-
pagetoken
public ListVersionsOfProfileTemplateOptions.Builder pagetoken(java.lang.String pagetoken)
Set the pagetoken.- Parameters:
pagetoken- the pagetoken- Returns:
- the ListVersionsOfProfileTemplateOptions builder
-
sort
public ListVersionsOfProfileTemplateOptions.Builder sort(java.lang.String sort)
Set the sort.- Parameters:
sort- the sort- Returns:
- the ListVersionsOfProfileTemplateOptions builder
-
order
public ListVersionsOfProfileTemplateOptions.Builder order(java.lang.String order)
Set the order.- Parameters:
order- the order- Returns:
- the ListVersionsOfProfileTemplateOptions builder
-
includeHistory
public ListVersionsOfProfileTemplateOptions.Builder includeHistory(java.lang.String includeHistory)
Set the includeHistory.- Parameters:
includeHistory- the includeHistory- Returns:
- the ListVersionsOfProfileTemplateOptions builder
-
-