Class ListResourceGroupsOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.resource_manager.v2.model.ListResourceGroupsOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListResourceGroupsOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe listResourceGroups options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListResourceGroupsOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountId()Gets the accountId.java.lang.Stringdate()Gets the date.java.lang.BooleanincludeDeleted()Gets the includeDeleted.java.lang.Stringname()Gets the name.ListResourceGroupsOptions.BuildernewBuilder()New builder.java.lang.BooleanxDefault()Gets the xDefault.
-
-
-
Method Detail
-
newBuilder
public ListResourceGroupsOptions.Builder newBuilder()
New builder.- Returns:
- a ListResourceGroupsOptions builder
-
accountId
public java.lang.String accountId()
Gets the accountId. The ID of the account that contains the resource groups that you want to get.- Returns:
- the accountId
-
date
public java.lang.String date()
Gets the date. The date in the format of YYYY-MM which returns resource groups. Deleted resource groups will be excluded before this month.- Returns:
- the date
-
name
public java.lang.String name()
Gets the name. The name of the resource group.- Returns:
- the name
-
xDefault
public java.lang.Boolean xDefault()
Gets the xDefault. Boolean value to specify whether or not to list default resource groups.- Returns:
- the xDefault
-
includeDeleted
public java.lang.Boolean includeDeleted()
Gets the includeDeleted. Boolean value to specify whether or not to list default resource groups.- Returns:
- the includeDeleted
-
-