public class Entitlement extends Resource<Entitlement>
| Modifier and Type | Class and Description |
|---|---|
static class |
Entitlement.CreateRequest |
static class |
Entitlement.EntitlementListRequest |
static class |
Entitlement.EntityType |
| Constructor and Description |
|---|
Entitlement(org.json.JSONObject jsonObj) |
Entitlement(String jsonStr) |
| Modifier and Type | Method and Description |
|---|---|
static Entitlement.CreateRequest |
create() |
String |
entityId() |
Entitlement.EntityType |
entityType() |
String |
featureId() |
String |
featureName() |
String |
id() |
static Entitlement.EntitlementListRequest |
list() |
String |
name() |
String |
value() |
apiVersionCheck, nullCheck, nullCheckWithoutEncoding, optBigDecimal, optBoolean, optDouble, optEnum, optInteger, optJSONArray, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, reqBigDecimal, reqBoolean, reqDouble, reqEnum, reqInteger, reqJSONArray, reqJSONObject, reqList, reqLong, reqString, reqSubResource, reqTimestamp, toJson, toString, uripublic Entitlement(String jsonStr)
public Entitlement(org.json.JSONObject jsonObj)
public String id()
public String entityId()
public Entitlement.EntityType entityType()
public String featureId()
public String featureName()
public String value()
public String name()
public static Entitlement.EntitlementListRequest list()
public static Entitlement.CreateRequest create()
Copyright © 2024 ChargeBee. All rights reserved.