Uses of Class
com.hoiio.sdk.objects.enums.FaxType

Packages that use FaxType
com.hoiio.sdk.objects.enums   
com.hoiio.sdk.services   
 

Uses of FaxType in com.hoiio.sdk.objects.enums
 

Methods in com.hoiio.sdk.objects.enums that return FaxType
static FaxType FaxType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FaxType[] FaxType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of FaxType in com.hoiio.sdk.services
 

Methods in com.hoiio.sdk.services with parameters of type FaxType
 FaxHistory FaxService.fetchHistory(Date from, Date to, Integer page, FaxType type)
          Retrieves the history of faxes sent by this application.