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 ServiceOwnerServiceOwner. setApiKey(long apiKey)Set the API key of the service owner.ServiceOwnerServiceOwner. setApiSecret(String apiSecret)Set the API secret of the service owner.ServiceOwnerServiceOwner. setEmail(String email)Set the email address of the service owner.ServiceOwnerServiceOwner. setLoginId(String loginId)Set the login ID of the service owner.ServiceOwnerServiceOwner. setName(String name)Set the service owner name.ServiceOwnerServiceOwner. setNumber(int number)Set the service owner number.ServiceOwnerServiceOwner. setPlan(Plan plan)Set the plan.
-