Class EasyCodefConstant
java.lang.Object
io.codef.api.EasyCodefConstant
io.codef.easycodef |_ EasyCodefConstant.javaDesc : EasyCodef를 사용하기 위해 필요한 상품 요청 관련 정보 클래스
- Company:
- : ©CODEF corp.
- Author:
- : [email protected]
- Date:
- : Jun 26, 2020 3:36:32 PM
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static String
엑세스 토큰 거절 사유2protected static final String
계정 목록 키워드protected static final String
계정 추가 URLprotected static final String
정식 서버 도메인protected static final String
응답부 수행 결과 메시지 코드 키워드protected static final String
protected static final String
계정 등록 URLprotected static final String
응답부 수행 결과 데이터 키워드protected static final String
계정 삭제 URLprotected static final String
데모 서버 도메인protected static final String
응답부 수행 결과 추가 메시지 키워드protected static final String
계정 목록 조회 URLprotected static final String
커넥티드 아이디 목록 조회 URLprotected static final String
OAUTH 엑세스 토큰 발급 URL PATHprotected static String
엑세스 토큰 거절 사유1protected static final String
응답부 수행 결과 메시지 키워드protected static final String
OAUTH 서버 도메인protected static final String
응답부 수행 결과 키워드protected static final String
샌드박스 엑세스 토큰 발급을 위한 클라이언트 아이디protected static final String
샌드박스 엑세스 토큰 발급을 위한 클라이언트 시크릿protected static final String
샌드박스 서버 도메인protected static final String
계정 수정 URL -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
OAUTH_DOMAIN
-
GET_TOKEN
-
SANDBOX_DOMAIN
-
SANDBOX_CLIENT_ID
-
SANDBOX_CLIENT_SECRET
-
DEMO_DOMAIN
-
API_DOMAIN
-
RESULT
-
CODE
-
MESSAGE
-
EXTRA_MESSAGE
-
DATA
-
ACCOUNT_LIST
-
CONNECTED_ID
- See Also:
-
INVALID_TOKEN
엑세스 토큰 거절 사유1 -
ACCESS_DENIED
엑세스 토큰 거절 사유2 -
CREATE_ACCOUNT
-
ADD_ACCOUNT
-
UPDATE_ACCOUNT
-
DELETE_ACCOUNT
-
GET_ACCOUNT_LIST
-
GET_CID_LIST
-
-
Constructor Details
-
EasyCodefConstant
public EasyCodefConstant()
-