Class GetLicenseEntitlementsOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.GetLicenseEntitlementsOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetLicenseEntitlementsOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getLicenseEntitlements options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetLicenseEntitlementsOptions.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.GetLicenseEntitlementsOptions.BuildernewBuilder()New builder.java.lang.StringversionId()Gets the versionId.
-
-
-
Method Detail
-
newBuilder
public GetLicenseEntitlementsOptions.Builder newBuilder()
New builder.- Returns:
- a GetLicenseEntitlementsOptions builder
-
licenseProductId
public java.lang.String licenseProductId()
Gets the licenseProductId. The license product ID. If from PPA (Passport Advantage) this is a specific product Part number, eg. D1YGZLL.- Returns:
- the licenseProductId
-
accountId
public java.lang.String accountId()
Gets the accountId. The account ID to query for the entitlement. Default is the account from the user's token.- Returns:
- the accountId
-
versionId
public java.lang.String versionId()
Gets the versionId. The GC ID of the specific offering version.- Returns:
- the versionId
-
-