Class GetLicensesOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.GetLicensesOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetLicensesOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getLicenses options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetLicensesOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountId()Gets the accountId.java.lang.StringlicenseProductId()Gets the licenseProductId.java.lang.StringlicenseProviderId()Gets the licenseProviderId.java.lang.StringlicenseType()Gets the licenseType.java.lang.Stringname()Gets the name.GetLicensesOptions.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public GetLicensesOptions.Builder newBuilder()
New builder.- Returns:
- a GetLicensesOptions builder
-
licenseProviderId
public java.lang.String licenseProviderId()
Gets the licenseProviderId. ID of the license provider, ie. retrieved from GET license_providers.- Returns:
- the licenseProviderId
-
accountId
public java.lang.String accountId()
Gets the accountId. If not specified the token's account will be used.- Returns:
- the accountId
-
name
public java.lang.String name()
Gets the name. License name.- Returns:
- the name
-
licenseType
public java.lang.String licenseType()
Gets the licenseType. Type of license, if not specified, default is ibm-ppa.- Returns:
- the licenseType
-
licenseProductId
public java.lang.String licenseProductId()
Gets the licenseProductId. The license product ID. If from PPA (Passport Advantage) this is the product Part number, eg. D1YGZLL.- Returns:
- the licenseProductId
-
-