Uses of Class
io.sendon.model.RegisterChannelResponseSchema
-
Packages that use RegisterChannelResponseSchema Package Description io.sendon.api io.sendon.model -
-
Uses of RegisterChannelResponseSchema in io.sendon.api
Methods in io.sendon.api that return RegisterChannelResponseSchema Modifier and Type Method Description RegisterChannelResponseSchemaSdoKakao. registerChannel(RegisterChannelRequestSchema registerChannelRequestSchema)발신 프로필 등록 새로운 프로필을 등록합니다.Methods in io.sendon.api that return types with arguments of type RegisterChannelResponseSchema Modifier and Type Method Description ApiResponse<RegisterChannelResponseSchema>SdoKakao. registerChannelWithHttpInfo(RegisterChannelRequestSchema registerChannelRequestSchema)발신 프로필 등록 새로운 프로필을 등록합니다.Method parameters in io.sendon.api with type arguments of type RegisterChannelResponseSchema Modifier and Type Method Description okhttp3.CallSdoKakao. registerChannelAsync(RegisterChannelRequestSchema registerChannelRequestSchema, ApiCallback<RegisterChannelResponseSchema> _callback)발신 프로필 등록 (asynchronously) 새로운 프로필을 등록합니다. -
Uses of RegisterChannelResponseSchema in io.sendon.model
Methods in io.sendon.model that return RegisterChannelResponseSchema Modifier and Type Method Description RegisterChannelResponseSchemaRegisterChannelResponseSchema. code(BigDecimal code)RegisterChannelResponseSchemaRegisterChannelResponseSchema. data(RegisterChannelResponseSchemaData data)static RegisterChannelResponseSchemaRegisterChannelResponseSchema. fromJson(String jsonString)Create an instance of RegisterChannelResponseSchema given an JSON stringRegisterChannelResponseSchemaRegisterChannelResponseSchema. message(String message)
-