Class MediaTypes
- java.lang.Object
-
- no.digipost.api.client.representations.MediaTypes
-
public class MediaTypes extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
APPLICATION_PDF
static String
DIGIPOST_MEDIA_TYPE_V8
static String
DIGIPOST_MULTI_MEDIA_SUB_TYPE_V8
static String
DIGIPOST_MULTI_MEDIA_TYPE_V8
-
Constructor Summary
Constructors Constructor Description MediaTypes()
-
-
-
Field Detail
-
DIGIPOST_MEDIA_TYPE_V8
public static final String DIGIPOST_MEDIA_TYPE_V8
- See Also:
- Constant Field Values
-
DIGIPOST_MULTI_MEDIA_SUB_TYPE_V8
public static final String DIGIPOST_MULTI_MEDIA_SUB_TYPE_V8
- See Also:
- Constant Field Values
-
DIGIPOST_MULTI_MEDIA_TYPE_V8
public static final String DIGIPOST_MULTI_MEDIA_TYPE_V8
- See Also:
- Constant Field Values
-
APPLICATION_PDF
public static final String APPLICATION_PDF
- See Also:
- Constant Field Values
-
-