Uses of Class
com.authlete.common.dto.ServiceOwner
-
Packages that use ServiceOwner Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of ServiceOwner in com.authlete.common.dto
Methods in com.authlete.common.dto that return ServiceOwner Modifier and Type Method Description ServiceOwner
ServiceOwner. setApiKey(long apiKey)
Set the API key of the service owner.ServiceOwner
ServiceOwner. setApiSecret(String apiSecret)
Set the API secret of the service owner.ServiceOwner
ServiceOwner. setEmail(String email)
Set the email address of the service owner.ServiceOwner
ServiceOwner. setLoginId(String loginId)
Set the login ID of the service owner.ServiceOwner
ServiceOwner. setName(String name)
Set the service owner name.ServiceOwner
ServiceOwner. setNumber(int number)
Set the service owner number.ServiceOwner
ServiceOwner. setPlan(Plan plan)
Set the plan.
-