public interface

Sendable

mobisocial.omlib.interfaces.Sendable

Class Overview

Represents a data object that can be sent through the Omlet network. See SendUtils for creating common sendable types.

Summary

Public Methods
abstract List<BlobReferenceObj> getAttachments()
abstract byte[] getBody()
abstract byte[] getId()
abstract String getType()

Public Methods

public abstract List<BlobReferenceObj> getAttachments ()

public abstract byte[] getBody ()

public abstract byte[] getId ()

public abstract String getType ()