voxbone v0.3.0 Voxbone.Model.DataFlavor
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %Voxbone.Model.DataFlavor{
defaultRepresentationClassAsString: String.t(),
flavorJavaFileListType: boolean(),
flavorRemoteObjectType: boolean(),
flavorSerializedObjectType: boolean(),
flavorTextType: boolean(),
humanPresentableName: String.t(),
mimeType: String.t(),
mimeTypeSerializedObject: boolean(),
primaryType: String.t(),
representationClassByteBuffer: boolean(),
representationClassCharBuffer: boolean(),
representationClassInputStream: boolean(),
representationClassReader: boolean(),
representationClassRemote: boolean(),
representationClassSerializable: boolean(),
subType: String.t()
}