Package | Description |
---|---|
com.uc4.api |
This package contains classes which are generally used.
|
com.uc4.api.objects |
This package contains classes related to objects in the Automation Engine.
|
com.uc4.communication.requests |
This package contains request classes that can be sent using the
Connection class. |
Modifier and Type | Method and Description |
---|---|
UploadBinary.ContentType |
StorageItem.getFileType()
Return the type of data representation.
|
Modifier and Type | Method and Description |
---|---|
UploadBinary.ContentType |
ResourceItem.getFileType()
Return the type of the resource.
|
Modifier and Type | Method and Description |
---|---|
static UploadBinary.ContentType |
UploadBinary.ContentType.parse(java.lang.String codedValue)
Parse the coded value (0,1) into the Content-type.
|
static UploadBinary.ContentType |
UploadBinary.ContentType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UploadBinary.ContentType[] |
UploadBinary.ContentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
UploadBinary.setContentType(UploadBinary.ContentType contentType)
Sets the content type.
|