Class AccountSettingsTemplateList
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.AccountSettingsTemplateList
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class AccountSettingsTemplateList extends com.ibm.cloud.sdk.core.service.model.GenericModelAccountSettingsTemplateList.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<AccountSettingsTemplateResponse>getAccountSettingsTemplates()Gets the accountSettingsTemplates.ResponseContextgetContext()Gets the context.java.lang.StringgetFirst()Gets the first.java.lang.LonggetLimit()Gets the limit.java.lang.StringgetNext()Gets the next.java.lang.LonggetOffset()Gets the offset.java.lang.StringgetPrevious()Gets the previous.
-
-
-
Method Detail
-
getContext
public ResponseContext getContext()
Gets the context. Context with key properties for problem determination.- Returns:
- the context
-
getOffset
public java.lang.Long getOffset()
Gets the offset. The offset of the current page.- Returns:
- the offset
-
getLimit
public java.lang.Long getLimit()
Gets the limit. Optional size of a single page.- Returns:
- the limit
-
getFirst
public java.lang.String getFirst()
Gets the first. Link to the first page.- Returns:
- the first
-
getPrevious
public java.lang.String getPrevious()
Gets the previous. Link to the previous available page. If 'previous' property is not part of the response no previous page is available.- Returns:
- the previous
-
getNext
public java.lang.String getNext()
Gets the next. Link to the next available page. If 'next' property is not part of the response no next page is available.- Returns:
- the next
-
getAccountSettingsTemplates
public java.util.List<AccountSettingsTemplateResponse> getAccountSettingsTemplates()
Gets the accountSettingsTemplates. List of account settings templates based on the query paramters and the page size. The account_settings_templates array is always part of the response but might be empty depending on the query parameter values provided.- Returns:
- the accountSettingsTemplates
-
-