Interface EntitlementAOStatusDryRun
-
public interface EntitlementAOStatusDryRun
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEntitlementAOStatusDryRun.DryRunChangeReason
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BillingPeriodgetBillingPeriod()UUIDgetId()PhaseTypegetPhaseType()StringgetPriceList()StringgetProductName()EntitlementAOStatusDryRun.DryRunChangeReasongetReason()
-
-
-
Method Detail
-
getId
UUID getId()
-
getProductName
String getProductName()
-
getBillingPeriod
BillingPeriod getBillingPeriod()
-
getPriceList
String getPriceList()
-
getPhaseType
PhaseType getPhaseType()
-
getReason
EntitlementAOStatusDryRun.DryRunChangeReason getReason()
-
-