Class EasyCodefConstant

java.lang.Object
io.codef.easycodef.EasyCodefConstant

public class EasyCodefConstant
extends java.lang.Object
 io.codef.easycodef
   |_ EasyCodefConstant.java
 
Desc : EasyCodef를 사용하기 위해 필요한 상품 요청 관련 정보 클래스
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected static java.lang.String ACCESS_DENIED
    엑세스 토큰 거절 사유2
    protected static java.lang.String ACCOUNT_LIST
    계정 목록 키워드
    protected static java.lang.String ADD_ACCOUNT
    계정 추가 URL
    protected static java.lang.String API_DOMAIN
    정식 서버 도메인
    protected static java.lang.String CODE
    응답부 수행 결과 메시지 코드 키워드
    protected static java.lang.String CONNECTED_ID  
    protected static java.lang.String CREATE_ACCOUNT
    계정 등록 URL
    protected static java.lang.String DATA
    응답부 수행 결과 데이터 키워드
    protected static java.lang.String DELETE_ACCOUNT
    계정 삭제 URL
    protected static java.lang.String DEMO_DOMAIN
    데모 서버 도메인
    protected static java.lang.String EXTRA_MESSAGE
    응답부 수행 결과 추가 메시지 키워드
    protected static java.lang.String GET_ACCOUNT_LIST
    계정 목록 조회 URL
    protected static java.lang.String GET_CID_LIST
    커넥티드 아이디 목록 조회 URL
    protected static java.lang.String GET_TOKEN
    OAUTH 엑세스 토큰 발급 URL PATH
    protected static java.lang.String INVALID_TOKEN
    엑세스 토큰 거절 사유1
    protected static java.lang.String MESSAGE
    응답부 수행 결과 메시지 키워드
    protected static java.lang.String OAUTH_DOMAIN
    OAUTH 서버 도메인
    protected static java.lang.String RESULT
    응답부 수행 결과 키워드
    protected static java.lang.String SANDBOX_CLIENT_ID
    샌드박스 엑세스 토큰 발급을 위한 클라이언트 아이디
    protected static java.lang.String SANDBOX_CLIENT_SECRET
    샌드박스 엑세스 토큰 발급을 위한 클라이언트 시크릿
    protected static java.lang.String SANDBOX_DOMAIN
    샌드박스 서버 도메인
    protected static java.lang.String UPDATE_ACCOUNT
    계정 수정 URL
  • Constructor Summary

    Constructors 
    Constructor Description
    EasyCodefConstant()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait