Interface RepositoryType
-
public interface RepositoryType
-
-
Field Summary
Fields Modifier and Type Field Description static com.babylonhealth.lit.hl7.REPOSITORY_TYPEDIRECTLINKstatic com.babylonhealth.lit.hl7.REPOSITORY_TYPELOGINstatic com.babylonhealth.lit.hl7.REPOSITORY_TYPEOAUTHstatic com.babylonhealth.lit.hl7.REPOSITORY_TYPEOPENAPIstatic com.babylonhealth.lit.hl7.REPOSITORY_TYPEOTHER
-
-
-
Field Detail
-
DIRECTLINK
static final com.babylonhealth.lit.hl7.REPOSITORY_TYPE DIRECTLINK
-
LOGIN
static final com.babylonhealth.lit.hl7.REPOSITORY_TYPE LOGIN
-
OAUTH
static final com.babylonhealth.lit.hl7.REPOSITORY_TYPE OAUTH
-
OPENAPI
static final com.babylonhealth.lit.hl7.REPOSITORY_TYPE OPENAPI
-
OTHER
static final com.babylonhealth.lit.hl7.REPOSITORY_TYPE OTHER
-
-