Class ListRolesOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_policy_management.v1.model.ListRolesOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListRolesOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe listRoles options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListRolesOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringacceptLanguage()Gets the acceptLanguage.java.lang.StringaccountId()Gets the accountId.ListRolesOptions.BuildernewBuilder()New builder.java.lang.StringpolicyType()Gets the policyType.java.lang.StringserviceGroupId()Gets the serviceGroupId.java.lang.StringserviceName()Gets the serviceName.java.lang.StringsourceServiceName()Gets the sourceServiceName.
-
-
-
Method Detail
-
newBuilder
public ListRolesOptions.Builder newBuilder()
New builder.- Returns:
- a ListRolesOptions builder
-
acceptLanguage
public java.lang.String acceptLanguage()
Gets the acceptLanguage. Language code for translations * `default` - English * `de` - German (Standard) * `en` - English * `es` - Spanish (Spain) * `fr` - French (Standard) * `it` - Italian (Standard) * `ja` - Japanese * `ko` - Korean * `pt-br` - Portuguese (Brazil) * `zh-cn` - Chinese (Simplified, PRC) * `zh-tw` - (Chinese, Taiwan).- Returns:
- the acceptLanguage
-
accountId
public java.lang.String accountId()
Gets the accountId. Optional account GUID in which the roles belong to.- Returns:
- the accountId
-
serviceName
public java.lang.String serviceName()
Gets the serviceName. Optional name of IAM enabled service.- Returns:
- the serviceName
-
sourceServiceName
public java.lang.String sourceServiceName()
Gets the sourceServiceName. Optional name of source IAM enabled service.- Returns:
- the sourceServiceName
-
policyType
public java.lang.String policyType()
Gets the policyType. Optional Policy Type.- Returns:
- the policyType
-
serviceGroupId
public java.lang.String serviceGroupId()
Gets the serviceGroupId. Optional id of service group.- Returns:
- the serviceGroupId
-
-