Class ImportAccountToEnterpriseOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.enterprise_management.v1.model.ImportAccountToEnterpriseOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ImportAccountToEnterpriseOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe importAccountToEnterprise options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImportAccountToEnterpriseOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountId()Gets the accountId.java.lang.StringbillingUnitId()Gets the billingUnitId.java.lang.StringenterpriseId()Gets the enterpriseId.ImportAccountToEnterpriseOptions.BuildernewBuilder()New builder.java.lang.Stringparent()Gets the parent.
-
-
-
Method Detail
-
newBuilder
public ImportAccountToEnterpriseOptions.Builder newBuilder()
New builder.- Returns:
- a ImportAccountToEnterpriseOptions builder
-
enterpriseId
public java.lang.String enterpriseId()
Gets the enterpriseId. The ID of the enterprise to import the stand-alone account into.- Returns:
- the enterpriseId
-
accountId
public java.lang.String accountId()
Gets the accountId. The ID of the existing stand-alone account to be imported.- Returns:
- the accountId
-
parent
public java.lang.String parent()
Gets the parent. The CRN of the expected parent of the imported account. The parent is the enterprise or account group that the account is added to.- Returns:
- the parent
-
billingUnitId
public java.lang.String billingUnitId()
Gets the billingUnitId. The ID of the [billing unit](/apidocs/enterprise-apis/billing-unit) to use for billing this account in the enterprise.- Returns:
- the billingUnitId
-
-