Uses of Class
io.sendon.model.RequestAuthTokenResponseSchema
-
Packages that use RequestAuthTokenResponseSchema Package Description io.sendon.api io.sendon.model -
-
Uses of RequestAuthTokenResponseSchema in io.sendon.api
Methods in io.sendon.api that return RequestAuthTokenResponseSchema Modifier and Type Method Description RequestAuthTokenResponseSchemaSdoKakao. requestAuthToken(RequestAuthTokenRequestSchema requestAuthTokenRequestSchema)프로필 인증 SMS 전송 프로필 인증을 위한 SMS를 전송합니다.Methods in io.sendon.api that return types with arguments of type RequestAuthTokenResponseSchema Modifier and Type Method Description ApiResponse<RequestAuthTokenResponseSchema>SdoKakao. requestAuthTokenWithHttpInfo(RequestAuthTokenRequestSchema requestAuthTokenRequestSchema)프로필 인증 SMS 전송 프로필 인증을 위한 SMS를 전송합니다.Method parameters in io.sendon.api with type arguments of type RequestAuthTokenResponseSchema Modifier and Type Method Description okhttp3.CallSdoKakao. requestAuthTokenAsync(RequestAuthTokenRequestSchema requestAuthTokenRequestSchema, ApiCallback<RequestAuthTokenResponseSchema> _callback)프로필 인증 SMS 전송 (asynchronously) 프로필 인증을 위한 SMS를 전송합니다. -
Uses of RequestAuthTokenResponseSchema in io.sendon.model
Methods in io.sendon.model that return RequestAuthTokenResponseSchema Modifier and Type Method Description RequestAuthTokenResponseSchemaRequestAuthTokenResponseSchema. code(BigDecimal code)static RequestAuthTokenResponseSchemaRequestAuthTokenResponseSchema. fromJson(String jsonString)Create an instance of RequestAuthTokenResponseSchema given an JSON stringRequestAuthTokenResponseSchemaRequestAuthTokenResponseSchema. message(String message)
-