Package io.sendon.api

Class SdoKakao


  • public class SdoKakao
    extends Object
    • Constructor Detail

      • SdoKakao

        public SdoKakao()
      • SdoKakao

        public SdoKakao​(ApiClient apiClient)
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
      • getHostIndex

        public int getHostIndex()
      • setHostIndex

        public void setHostIndex​(int hostIndex)
      • getCustomBaseUrl

        public String getCustomBaseUrl()
      • setCustomBaseUrl

        public void setCustomBaseUrl​(String customBaseUrl)
      • cancelGroupCall

        public okhttp3.Call cancelGroupCall​(String groupId,
                                            BigDecimal sendonAdminId,
                                            BigDecimal sendonUserId,
                                            ApiCallback _callback)
                                     throws ApiException
        Build call for cancelGroup
        Parameters:
        groupId - (required)
        sendonAdminId - (optional)
        sendonUserId - (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • cancelGroup

        public CancelGroup200Response cancelGroup​(String groupId,
                                                  BigDecimal sendonAdminId,
                                                  BigDecimal sendonUserId)
                                           throws ApiException
        그룹 발송 전체 취소
        Parameters:
        groupId - (required)
        sendonAdminId - (optional)
        sendonUserId - (optional)
        Returns:
        CancelGroup200Response
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • cancelGroupWithHttpInfo

        public ApiResponse<CancelGroup200Response> cancelGroupWithHttpInfo​(String groupId,
                                                                           BigDecimal sendonAdminId,
                                                                           BigDecimal sendonUserId)
                                                                    throws ApiException
        그룹 발송 전체 취소
        Parameters:
        groupId - (required)
        sendonAdminId - (optional)
        sendonUserId - (optional)
        Returns:
        ApiResponse<CancelGroup200Response>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • cancelGroupAsync

        public okhttp3.Call cancelGroupAsync​(String groupId,
                                             BigDecimal sendonAdminId,
                                             BigDecimal sendonUserId,
                                             ApiCallback<CancelGroup200Response> _callback)
                                      throws ApiException
        그룹 발송 전체 취소 (asynchronously)
        Parameters:
        groupId - (required)
        sendonAdminId - (optional)
        sendonUserId - (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • cancelReviewCall

        public okhttp3.Call cancelReviewCall​(String sendProfileId,
                                             String templateId,
                                             ApiCallback _callback)
                                      throws ApiException
        Build call for cancelReview
        Parameters:
        sendProfileId - (required)
        templateId - (required)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • cancelReview

        public BaseResponseSchema cancelReview​(String sendProfileId,
                                               String templateId)
                                        throws ApiException
        템플릿 검수 요청 취소
        Parameters:
        sendProfileId - (required)
        templateId - (required)
        Returns:
        BaseResponseSchema
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • cancelReviewWithHttpInfo

        public ApiResponse<BaseResponseSchema> cancelReviewWithHttpInfo​(String sendProfileId,
                                                                        String templateId)
                                                                 throws ApiException
        템플릿 검수 요청 취소
        Parameters:
        sendProfileId - (required)
        templateId - (required)
        Returns:
        ApiResponse<BaseResponseSchema>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • cancelReviewAsync

        public okhttp3.Call cancelReviewAsync​(String sendProfileId,
                                              String templateId,
                                              ApiCallback<BaseResponseSchema> _callback)
                                       throws ApiException
        템플릿 검수 요청 취소 (asynchronously)
        Parameters:
        sendProfileId - (required)
        templateId - (required)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • createTemplateCall

        public okhttp3.Call createTemplateCall​(String sendProfileId,
                                               CreateTemplateRequestSchema createTemplateRequestSchema,
                                               ApiCallback _callback)
                                        throws ApiException
        Build call for createTemplate
        Parameters:
        sendProfileId - (required)
        createTemplateRequestSchema - Body (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • createTemplate

        public CreateTemplateResponseSchema createTemplate​(String sendProfileId,
                                                           CreateTemplateRequestSchema createTemplateRequestSchema)
                                                    throws ApiException
        템플릿 생성
        Parameters:
        sendProfileId - (required)
        createTemplateRequestSchema - Body (optional)
        Returns:
        CreateTemplateResponseSchema
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • createTemplateWithHttpInfo

        public ApiResponse<CreateTemplateResponseSchema> createTemplateWithHttpInfo​(String sendProfileId,
                                                                                    CreateTemplateRequestSchema createTemplateRequestSchema)
                                                                             throws ApiException
        템플릿 생성
        Parameters:
        sendProfileId - (required)
        createTemplateRequestSchema - Body (optional)
        Returns:
        ApiResponse<CreateTemplateResponseSchema>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • createTemplateAsync

        public okhttp3.Call createTemplateAsync​(String sendProfileId,
                                                CreateTemplateRequestSchema createTemplateRequestSchema,
                                                ApiCallback<CreateTemplateResponseSchema> _callback)
                                         throws ApiException
        템플릿 생성 (asynchronously)
        Parameters:
        sendProfileId - (required)
        createTemplateRequestSchema - Body (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • deleteTemplateCall

        public okhttp3.Call deleteTemplateCall​(String sendProfileId,
                                               String templateId,
                                               ApiCallback _callback)
                                        throws ApiException
        Build call for deleteTemplate
        Parameters:
        sendProfileId - (required)
        templateId - (required)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • deleteTemplate

        public BaseResponseSchema deleteTemplate​(String sendProfileId,
                                                 String templateId)
                                          throws ApiException
        템플릿 삭제
        Parameters:
        sendProfileId - (required)
        templateId - (required)
        Returns:
        BaseResponseSchema
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • deleteTemplateWithHttpInfo

        public ApiResponse<BaseResponseSchema> deleteTemplateWithHttpInfo​(String sendProfileId,
                                                                          String templateId)
                                                                   throws ApiException
        템플릿 삭제
        Parameters:
        sendProfileId - (required)
        templateId - (required)
        Returns:
        ApiResponse<BaseResponseSchema>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • deleteTemplateAsync

        public okhttp3.Call deleteTemplateAsync​(String sendProfileId,
                                                String templateId,
                                                ApiCallback<BaseResponseSchema> _callback)
                                         throws ApiException
        템플릿 삭제 (asynchronously)
        Parameters:
        sendProfileId - (required)
        templateId - (required)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • getGroupInfoCall

        public okhttp3.Call getGroupInfoCall​(String groupId,
                                             BigDecimal sendonAdminId,
                                             BigDecimal sendonUserId,
                                             ApiCallback _callback)
                                      throws ApiException
        Build call for getGroupInfo
        Parameters:
        groupId - (required)
        sendonAdminId - (optional)
        sendonUserId - (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • getGroupInfo

        public GetGroupInfo200Response getGroupInfo​(String groupId,
                                                    BigDecimal sendonAdminId,
                                                    BigDecimal sendonUserId)
                                             throws ApiException
        그룹 상세 조회
        Parameters:
        groupId - (required)
        sendonAdminId - (optional)
        sendonUserId - (optional)
        Returns:
        GetGroupInfo200Response
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • getGroupInfoWithHttpInfo

        public ApiResponse<GetGroupInfo200Response> getGroupInfoWithHttpInfo​(String groupId,
                                                                             BigDecimal sendonAdminId,
                                                                             BigDecimal sendonUserId)
                                                                      throws ApiException
        그룹 상세 조회
        Parameters:
        groupId - (required)
        sendonAdminId - (optional)
        sendonUserId - (optional)
        Returns:
        ApiResponse<GetGroupInfo200Response>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • getGroupInfoAsync

        public okhttp3.Call getGroupInfoAsync​(String groupId,
                                              BigDecimal sendonAdminId,
                                              BigDecimal sendonUserId,
                                              ApiCallback<GetGroupInfo200Response> _callback)
                                       throws ApiException
        그룹 상세 조회 (asynchronously)
        Parameters:
        groupId - (required)
        sendonAdminId - (optional)
        sendonUserId - (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • getSendProfileCall

        public okhttp3.Call getSendProfileCall​(String sendProfileId,
                                               ApiCallback _callback)
                                        throws ApiException
        Build call for getSendProfile
        Parameters:
        sendProfileId - 발신 프로필 ID (required)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • getSendProfile

        public GetSendProfile200Response getSendProfile​(String sendProfileId)
                                                 throws ApiException
        발신 프로필 상세 조회
        Parameters:
        sendProfileId - 발신 프로필 ID (required)
        Returns:
        GetSendProfile200Response
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • getSendProfileWithHttpInfo

        public ApiResponse<GetSendProfile200Response> getSendProfileWithHttpInfo​(String sendProfileId)
                                                                          throws ApiException
        발신 프로필 상세 조회
        Parameters:
        sendProfileId - 발신 프로필 ID (required)
        Returns:
        ApiResponse<GetSendProfile200Response>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • getSendProfileAsync

        public okhttp3.Call getSendProfileAsync​(String sendProfileId,
                                                ApiCallback<GetSendProfile200Response> _callback)
                                         throws ApiException
        발신 프로필 상세 조회 (asynchronously)
        Parameters:
        sendProfileId - 발신 프로필 ID (required)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • getSendProfilesCall

        public okhttp3.Call getSendProfilesCall​(BigDecimal limit,
                                                String cursor,
                                                ApiCallback _callback)
                                         throws ApiException
        Build call for getSendProfiles
        Parameters:
        limit - 한번에 조회할 개수 (optional)
        cursor - 커서 (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • getSendProfiles

        public GetSendProfiles200Response getSendProfiles​(BigDecimal limit,
                                                          String cursor)
                                                   throws ApiException
        발신 프로필 목록 조회
        Parameters:
        limit - 한번에 조회할 개수 (optional)
        cursor - 커서 (optional)
        Returns:
        GetSendProfiles200Response
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • getSendProfilesWithHttpInfo

        public ApiResponse<GetSendProfiles200Response> getSendProfilesWithHttpInfo​(BigDecimal limit,
                                                                                   String cursor)
                                                                            throws ApiException
        발신 프로필 목록 조회
        Parameters:
        limit - 한번에 조회할 개수 (optional)
        cursor - 커서 (optional)
        Returns:
        ApiResponse<GetSendProfiles200Response>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • getSendProfilesAsync

        public okhttp3.Call getSendProfilesAsync​(BigDecimal limit,
                                                 String cursor,
                                                 ApiCallback<GetSendProfiles200Response> _callback)
                                          throws ApiException
        발신 프로필 목록 조회 (asynchronously)
        Parameters:
        limit - 한번에 조회할 개수 (optional)
        cursor - 커서 (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • getTemplateCall

        public okhttp3.Call getTemplateCall​(String sendProfileId,
                                            String templateId,
                                            ApiCallback _callback)
                                     throws ApiException
        Build call for getTemplate
        Parameters:
        sendProfileId - (required)
        templateId - (required)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • getTemplate

        public GetTemplateResponseSchema getTemplate​(String sendProfileId,
                                                     String templateId)
                                              throws ApiException
        템플릿 상세 조회
        Parameters:
        sendProfileId - (required)
        templateId - (required)
        Returns:
        GetTemplateResponseSchema
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • getTemplateWithHttpInfo

        public ApiResponse<GetTemplateResponseSchema> getTemplateWithHttpInfo​(String sendProfileId,
                                                                              String templateId)
                                                                       throws ApiException
        템플릿 상세 조회
        Parameters:
        sendProfileId - (required)
        templateId - (required)
        Returns:
        ApiResponse<GetTemplateResponseSchema>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • getTemplateAsync

        public okhttp3.Call getTemplateAsync​(String sendProfileId,
                                             String templateId,
                                             ApiCallback<GetTemplateResponseSchema> _callback)
                                      throws ApiException
        템플릿 상세 조회 (asynchronously)
        Parameters:
        sendProfileId - (required)
        templateId - (required)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • getTemplatesCall

        public okhttp3.Call getTemplatesCall​(String sendProfileId,
                                             String keyword,
                                             BigDecimal limit,
                                             String nextCursor,
                                             String status,
                                             String sort,
                                             ApiCallback _callback)
                                      throws ApiException
        Build call for getTemplates
        Parameters:
        sendProfileId - (required)
        keyword - 검색 키워드 (optional)
        limit - 조회 제한 수 (optional)
        nextCursor - 다음 페이지 커서 (optional)
        status - 템플릿 상태 필터 (optional)
        sort - 정렬 기준 (생성일 또는 최근 사용일) (optional, default to CREATED_AT)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • getTemplates

        public GetTemplatesResponseSchema getTemplates​(String sendProfileId,
                                                       String keyword,
                                                       BigDecimal limit,
                                                       String nextCursor,
                                                       String status,
                                                       String sort)
                                                throws ApiException
        발신 프로필 템플릿 목록 조회
        Parameters:
        sendProfileId - (required)
        keyword - 검색 키워드 (optional)
        limit - 조회 제한 수 (optional)
        nextCursor - 다음 페이지 커서 (optional)
        status - 템플릿 상태 필터 (optional)
        sort - 정렬 기준 (생성일 또는 최근 사용일) (optional, default to CREATED_AT)
        Returns:
        GetTemplatesResponseSchema
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • getTemplatesWithHttpInfo

        public ApiResponse<GetTemplatesResponseSchema> getTemplatesWithHttpInfo​(String sendProfileId,
                                                                                String keyword,
                                                                                BigDecimal limit,
                                                                                String nextCursor,
                                                                                String status,
                                                                                String sort)
                                                                         throws ApiException
        발신 프로필 템플릿 목록 조회
        Parameters:
        sendProfileId - (required)
        keyword - 검색 키워드 (optional)
        limit - 조회 제한 수 (optional)
        nextCursor - 다음 페이지 커서 (optional)
        status - 템플릿 상태 필터 (optional)
        sort - 정렬 기준 (생성일 또는 최근 사용일) (optional, default to CREATED_AT)
        Returns:
        ApiResponse<GetTemplatesResponseSchema>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • getTemplatesAsync

        public okhttp3.Call getTemplatesAsync​(String sendProfileId,
                                              String keyword,
                                              BigDecimal limit,
                                              String nextCursor,
                                              String status,
                                              String sort,
                                              ApiCallback<GetTemplatesResponseSchema> _callback)
                                       throws ApiException
        발신 프로필 템플릿 목록 조회 (asynchronously)
        Parameters:
        sendProfileId - (required)
        keyword - 검색 키워드 (optional)
        limit - 조회 제한 수 (optional)
        nextCursor - 다음 페이지 커서 (optional)
        status - 템플릿 상태 필터 (optional)
        sort - 정렬 기준 (생성일 또는 최근 사용일) (optional, default to CREATED_AT)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • registerChannelCall

        public okhttp3.Call registerChannelCall​(RegisterChannelRequestSchema registerChannelRequestSchema,
                                                ApiCallback _callback)
                                         throws ApiException
        Build call for registerChannel
        Parameters:
        registerChannelRequestSchema - Body (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
        400 400 -
        401 401 -
        403 403 -
        406 406 -
        409 409 -
        412 412 -
      • registerChannel

        public RegisterChannelResponseSchema registerChannel​(RegisterChannelRequestSchema registerChannelRequestSchema)
                                                      throws ApiException
        발신 프로필 등록 새로운 프로필을 등록합니다.
        Parameters:
        registerChannelRequestSchema - Body (optional)
        Returns:
        RegisterChannelResponseSchema
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
        400 400 -
        401 401 -
        403 403 -
        406 406 -
        409 409 -
        412 412 -
      • registerChannelWithHttpInfo

        public ApiResponse<RegisterChannelResponseSchema> registerChannelWithHttpInfo​(RegisterChannelRequestSchema registerChannelRequestSchema)
                                                                               throws ApiException
        발신 프로필 등록 새로운 프로필을 등록합니다.
        Parameters:
        registerChannelRequestSchema - Body (optional)
        Returns:
        ApiResponse<RegisterChannelResponseSchema>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
        400 400 -
        401 401 -
        403 403 -
        406 406 -
        409 409 -
        412 412 -
      • registerChannelAsync

        public okhttp3.Call registerChannelAsync​(RegisterChannelRequestSchema registerChannelRequestSchema,
                                                 ApiCallback<RegisterChannelResponseSchema> _callback)
                                          throws ApiException
        발신 프로필 등록 (asynchronously) 새로운 프로필을 등록합니다.
        Parameters:
        registerChannelRequestSchema - Body (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
        400 400 -
        401 401 -
        403 403 -
        406 406 -
        409 409 -
        412 412 -
      • requestAuthTokenCall

        public okhttp3.Call requestAuthTokenCall​(RequestAuthTokenRequestSchema requestAuthTokenRequestSchema,
                                                 ApiCallback _callback)
                                          throws ApiException
        Build call for requestAuthToken
        Parameters:
        requestAuthTokenRequestSchema - Body (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
        400 400 -
        404 404 -
        412 412 -
      • requestAuthToken

        public RequestAuthTokenResponseSchema requestAuthToken​(RequestAuthTokenRequestSchema requestAuthTokenRequestSchema)
                                                        throws ApiException
        프로필 인증 SMS 전송 프로필 인증을 위한 SMS를 전송합니다.
        Parameters:
        requestAuthTokenRequestSchema - Body (optional)
        Returns:
        RequestAuthTokenResponseSchema
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
        400 400 -
        404 404 -
        412 412 -
      • requestAuthTokenWithHttpInfo

        public ApiResponse<RequestAuthTokenResponseSchema> requestAuthTokenWithHttpInfo​(RequestAuthTokenRequestSchema requestAuthTokenRequestSchema)
                                                                                 throws ApiException
        프로필 인증 SMS 전송 프로필 인증을 위한 SMS를 전송합니다.
        Parameters:
        requestAuthTokenRequestSchema - Body (optional)
        Returns:
        ApiResponse<RequestAuthTokenResponseSchema>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
        400 400 -
        404 404 -
        412 412 -
      • requestAuthTokenAsync

        public okhttp3.Call requestAuthTokenAsync​(RequestAuthTokenRequestSchema requestAuthTokenRequestSchema,
                                                  ApiCallback<RequestAuthTokenResponseSchema> _callback)
                                           throws ApiException
        프로필 인증 SMS 전송 (asynchronously) 프로필 인증을 위한 SMS를 전송합니다.
        Parameters:
        requestAuthTokenRequestSchema - Body (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
        400 400 -
        404 404 -
        412 412 -
      • requestReviewCall

        public okhttp3.Call requestReviewCall​(String sendProfileId,
                                              String templateId,
                                              ApiCallback _callback)
                                       throws ApiException
        Build call for requestReview
        Parameters:
        sendProfileId - (required)
        templateId - (required)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • requestReview

        public BaseResponseSchema requestReview​(String sendProfileId,
                                                String templateId)
                                         throws ApiException
        템플릿 검수 요청
        Parameters:
        sendProfileId - (required)
        templateId - (required)
        Returns:
        BaseResponseSchema
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • requestReviewWithHttpInfo

        public ApiResponse<BaseResponseSchema> requestReviewWithHttpInfo​(String sendProfileId,
                                                                         String templateId)
                                                                  throws ApiException
        템플릿 검수 요청
        Parameters:
        sendProfileId - (required)
        templateId - (required)
        Returns:
        ApiResponse<BaseResponseSchema>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • requestReviewAsync

        public okhttp3.Call requestReviewAsync​(String sendProfileId,
                                               String templateId,
                                               ApiCallback<BaseResponseSchema> _callback)
                                        throws ApiException
        템플릿 검수 요청 (asynchronously)
        Parameters:
        sendProfileId - (required)
        templateId - (required)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • sendAlimTalkCall

        public okhttp3.Call sendAlimTalkCall​(SendAlimTalkRequestSchema sendAlimTalkRequestSchema,
                                             ApiCallback _callback)
                                      throws ApiException
        Build call for sendAlimTalk
        Parameters:
        sendAlimTalkRequestSchema - Body (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • sendAlimTalk

        public SendKakaoMessageResponseSchema sendAlimTalk​(SendAlimTalkRequestSchema sendAlimTalkRequestSchema)
                                                    throws ApiException
        알림톡 발송 요청
        Parameters:
        sendAlimTalkRequestSchema - Body (optional)
        Returns:
        SendKakaoMessageResponseSchema
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • sendAlimTalkWithHttpInfo

        public ApiResponse<SendKakaoMessageResponseSchema> sendAlimTalkWithHttpInfo​(SendAlimTalkRequestSchema sendAlimTalkRequestSchema)
                                                                             throws ApiException
        알림톡 발송 요청
        Parameters:
        sendAlimTalkRequestSchema - Body (optional)
        Returns:
        ApiResponse<SendKakaoMessageResponseSchema>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • sendAlimTalkAsync

        public okhttp3.Call sendAlimTalkAsync​(SendAlimTalkRequestSchema sendAlimTalkRequestSchema,
                                              ApiCallback<SendKakaoMessageResponseSchema> _callback)
                                       throws ApiException
        알림톡 발송 요청 (asynchronously)
        Parameters:
        sendAlimTalkRequestSchema - Body (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • sendFriendTalkCall

        public okhttp3.Call sendFriendTalkCall​(SendFriendTalkRequestSchema sendFriendTalkRequestSchema,
                                               ApiCallback _callback)
                                        throws ApiException
        Build call for sendFriendTalk
        Parameters:
        sendFriendTalkRequestSchema - Body (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • sendFriendTalk

        public SendKakaoMessageResponseSchema sendFriendTalk​(SendFriendTalkRequestSchema sendFriendTalkRequestSchema)
                                                      throws ApiException
        친구톡 발송 요청
        Parameters:
        sendFriendTalkRequestSchema - Body (optional)
        Returns:
        SendKakaoMessageResponseSchema
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • sendFriendTalkWithHttpInfo

        public ApiResponse<SendKakaoMessageResponseSchema> sendFriendTalkWithHttpInfo​(SendFriendTalkRequestSchema sendFriendTalkRequestSchema)
                                                                               throws ApiException
        친구톡 발송 요청
        Parameters:
        sendFriendTalkRequestSchema - Body (optional)
        Returns:
        ApiResponse<SendKakaoMessageResponseSchema>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • sendFriendTalkAsync

        public okhttp3.Call sendFriendTalkAsync​(SendFriendTalkRequestSchema sendFriendTalkRequestSchema,
                                                ApiCallback<SendKakaoMessageResponseSchema> _callback)
                                         throws ApiException
        친구톡 발송 요청 (asynchronously)
        Parameters:
        sendFriendTalkRequestSchema - Body (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • sendImmediateCall

        public okhttp3.Call sendImmediateCall​(String groupId,
                                              BigDecimal sendonAdminId,
                                              BigDecimal sendonUserId,
                                              ApiCallback _callback)
                                       throws ApiException
        Build call for sendImmediate
        Parameters:
        groupId - (required)
        sendonAdminId - (optional)
        sendonUserId - (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • sendImmediate

        public CancelGroup200Response sendImmediate​(String groupId,
                                                    BigDecimal sendonAdminId,
                                                    BigDecimal sendonUserId)
                                             throws ApiException
        그룹 발송 전체 즉시 발송
        Parameters:
        groupId - (required)
        sendonAdminId - (optional)
        sendonUserId - (optional)
        Returns:
        CancelGroup200Response
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • sendImmediateWithHttpInfo

        public ApiResponse<CancelGroup200Response> sendImmediateWithHttpInfo​(String groupId,
                                                                             BigDecimal sendonAdminId,
                                                                             BigDecimal sendonUserId)
                                                                      throws ApiException
        그룹 발송 전체 즉시 발송
        Parameters:
        groupId - (required)
        sendonAdminId - (optional)
        sendonUserId - (optional)
        Returns:
        ApiResponse<CancelGroup200Response>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • sendImmediateAsync

        public okhttp3.Call sendImmediateAsync​(String groupId,
                                               BigDecimal sendonAdminId,
                                               BigDecimal sendonUserId,
                                               ApiCallback<CancelGroup200Response> _callback)
                                        throws ApiException
        그룹 발송 전체 즉시 발송 (asynchronously)
        Parameters:
        groupId - (required)
        sendonAdminId - (optional)
        sendonUserId - (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • updateTemplateCall

        public okhttp3.Call updateTemplateCall​(String sendProfileId,
                                               String templateId,
                                               UpdateTemplateDto updateTemplateDto,
                                               ApiCallback _callback)
                                        throws ApiException
        Build call for updateTemplate
        Parameters:
        sendProfileId - (required)
        templateId - (required)
        updateTemplateDto - Body (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • updateTemplate

        public BaseResponseSchema updateTemplate​(String sendProfileId,
                                                 String templateId,
                                                 UpdateTemplateDto updateTemplateDto)
                                          throws ApiException
        템플릿 수정, 검수 완료된 템플릿은 수정 불가능
        Parameters:
        sendProfileId - (required)
        templateId - (required)
        updateTemplateDto - Body (optional)
        Returns:
        BaseResponseSchema
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • updateTemplateWithHttpInfo

        public ApiResponse<BaseResponseSchema> updateTemplateWithHttpInfo​(String sendProfileId,
                                                                          String templateId,
                                                                          UpdateTemplateDto updateTemplateDto)
                                                                   throws ApiException
        템플릿 수정, 검수 완료된 템플릿은 수정 불가능
        Parameters:
        sendProfileId - (required)
        templateId - (required)
        updateTemplateDto - Body (optional)
        Returns:
        ApiResponse<BaseResponseSchema>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • updateTemplateAsync

        public okhttp3.Call updateTemplateAsync​(String sendProfileId,
                                                String templateId,
                                                UpdateTemplateDto updateTemplateDto,
                                                ApiCallback<BaseResponseSchema> _callback)
                                         throws ApiException
        템플릿 수정, 검수 완료된 템플릿은 수정 불가능 (asynchronously)
        Parameters:
        sendProfileId - (required)
        templateId - (required)
        updateTemplateDto - Body (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • uploadAlimTalkTemplateImageCall

        public okhttp3.Call uploadAlimTalkTemplateImageCall​(File image,
                                                            ApiCallback _callback)
                                                     throws ApiException
        Build call for uploadAlimTalkTemplateImage
        Parameters:
        image - (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • uploadAlimTalkTemplateImage

        public UploadAlimTalkTemplateImageResponseSchema uploadAlimTalkTemplateImage​(File image)
                                                                              throws ApiException
        알림톡 템플릿 이미지 파일 업로드
        Parameters:
        image - (optional)
        Returns:
        UploadAlimTalkTemplateImageResponseSchema
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • uploadAlimTalkTemplateImageWithHttpInfo

        public ApiResponse<UploadAlimTalkTemplateImageResponseSchema> uploadAlimTalkTemplateImageWithHttpInfo​(File image)
                                                                                                       throws ApiException
        알림톡 템플릿 이미지 파일 업로드
        Parameters:
        image - (optional)
        Returns:
        ApiResponse<UploadAlimTalkTemplateImageResponseSchema>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • uploadAlimTalkTemplateImageAsync

        public okhttp3.Call uploadAlimTalkTemplateImageAsync​(File image,
                                                             ApiCallback<UploadAlimTalkTemplateImageResponseSchema> _callback)
                                                      throws ApiException
        알림톡 템플릿 이미지 파일 업로드 (asynchronously)
        Parameters:
        image - (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • uploadFallbackImageCall

        public okhttp3.Call uploadFallbackImageCall​(List<File> images,
                                                    ApiCallback _callback)
                                             throws ApiException
        Build call for uploadFallbackImage
        Parameters:
        images - 업로드할 파일 목록 (required)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • uploadFallbackImage

        public UploadFallbackImageResponseSchema uploadFallbackImage​(List<File> images)
                                                              throws ApiException
        대체문자 이미지 파일 업로드
        Parameters:
        images - 업로드할 파일 목록 (required)
        Returns:
        UploadFallbackImageResponseSchema
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • uploadFallbackImageWithHttpInfo

        public ApiResponse<UploadFallbackImageResponseSchema> uploadFallbackImageWithHttpInfo​(List<File> images)
                                                                                       throws ApiException
        대체문자 이미지 파일 업로드
        Parameters:
        images - 업로드할 파일 목록 (required)
        Returns:
        ApiResponse<UploadFallbackImageResponseSchema>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • uploadFallbackImageAsync

        public okhttp3.Call uploadFallbackImageAsync​(List<File> images,
                                                     ApiCallback<UploadFallbackImageResponseSchema> _callback)
                                              throws ApiException
        대체문자 이미지 파일 업로드 (asynchronously)
        Parameters:
        images - 업로드할 파일 목록 (required)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • uploadFriendTalkImageCall

        public okhttp3.Call uploadFriendTalkImageCall​(File image,
                                                      ApiCallback _callback)
                                               throws ApiException
        Build call for uploadFriendTalkImage
        Parameters:
        image - (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • uploadFriendTalkImage

        public UploadFriendTalkImageResponseSchema uploadFriendTalkImage​(File image)
                                                                  throws ApiException
        친구톡 이미지 파일 업로드
        Parameters:
        image - (optional)
        Returns:
        UploadFriendTalkImageResponseSchema
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • uploadFriendTalkImageWithHttpInfo

        public ApiResponse<UploadFriendTalkImageResponseSchema> uploadFriendTalkImageWithHttpInfo​(File image)
                                                                                           throws ApiException
        친구톡 이미지 파일 업로드
        Parameters:
        image - (optional)
        Returns:
        ApiResponse<UploadFriendTalkImageResponseSchema>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • uploadFriendTalkImageAsync

        public okhttp3.Call uploadFriendTalkImageAsync​(File image,
                                                       ApiCallback<UploadFriendTalkImageResponseSchema> _callback)
                                                throws ApiException
        친구톡 이미지 파일 업로드 (asynchronously)
        Parameters:
        image - (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • uploadFriendTalkWideImageCall

        public okhttp3.Call uploadFriendTalkWideImageCall​(File image,
                                                          ApiCallback _callback)
                                                   throws ApiException
        Build call for uploadFriendTalkWideImage
        Parameters:
        image - (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • uploadFriendTalkWideImage

        public UploadFriendTalkWideImageResponseSchema uploadFriendTalkWideImage​(File image)
                                                                          throws ApiException
        와이드 이미지 파일 업로드
        Parameters:
        image - (optional)
        Returns:
        UploadFriendTalkWideImageResponseSchema
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • uploadFriendTalkWideImageWithHttpInfo

        public ApiResponse<UploadFriendTalkWideImageResponseSchema> uploadFriendTalkWideImageWithHttpInfo​(File image)
                                                                                                   throws ApiException
        와이드 이미지 파일 업로드
        Parameters:
        image - (optional)
        Returns:
        ApiResponse<UploadFriendTalkWideImageResponseSchema>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 200 -
      • uploadFriendTalkWideImageAsync

        public okhttp3.Call uploadFriendTalkWideImageAsync​(File image,
                                                           ApiCallback<UploadFriendTalkWideImageResponseSchema> _callback)
                                                    throws ApiException
        와이드 이미지 파일 업로드 (asynchronously)
        Parameters:
        image - (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 200 -