Uses of Class
sh.ory.model.NullPlan
| Package | Description |
|---|---|
| sh.ory.model |
-
Uses of NullPlan in sh.ory.model
Methods in sh.ory.model that return NullPlan Modifier and Type Method Description static NullPlanNullPlan. fromValue(String value)NullPlanSubscription. getPlanChangesTo()Get planChangesToNullPlanNullPlan.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static NullPlanNullPlan. valueOf(String name)Returns the enum constant of this type with the specified name.static NullPlan[]NullPlan. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in sh.ory.model with parameters of type NullPlan Modifier and Type Method Description SubscriptionSubscription. planChangesTo(NullPlan planChangesTo)voidSubscription. setPlanChangesTo(NullPlan planChangesTo)voidNullPlan.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, NullPlan enumeration)