Uses of Class
com.authlete.common.types.Plan
-
Packages that use Plan Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures.com.authlete.common.types Enum definitions and lists of pre-defined constants. -
-
Uses of Plan in com.authlete.common.dto
Methods in com.authlete.common.dto that return Plan Modifier and Type Method Description Plan
ServiceCreatableResponse. getPlan()
Get the plan of the service owner.Plan
ServiceOwner. getPlan()
Get the plan.Methods in com.authlete.common.dto with parameters of type Plan Modifier and Type Method Description void
ServiceCreatableResponse. setPlan(Plan plan)
Set the plan of the service owner.ServiceOwner
ServiceOwner. setPlan(Plan plan)
Set the plan. -
Uses of Plan in com.authlete.common.types
Methods in com.authlete.common.types that return Plan Modifier and Type Method Description static Plan
Plan. getByValue(short value)
Find an instance of this enum by a value.static Plan
Plan. valueOf(String name)
Returns the enum constant of this type with the specified name.static Plan[]
Plan. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-