Package com.vidispine.generated
Class ScheduledRequestType.Response.PropInfo
- java.lang.Object
-
- com.vidispine.generated.ScheduledRequestType.Response.PropInfo
-
- Enclosing class:
- ScheduledRequestType.Response
public static class ScheduledRequestType.Response.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONTENT_TYPE
static String
HAS_BODY
static String
STATUS_CODE
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
STATUS_CODE
public static final transient String STATUS_CODE
- See Also:
- Constant Field Values
-
HAS_BODY
public static final transient String HAS_BODY
- See Also:
- Constant Field Values
-
CONTENT_TYPE
public static final transient String CONTENT_TYPE
- See Also:
- Constant Field Values
-
-