Uses of Class
net.interfax.rest.client.domain.InboundFaxStructure
-
Packages that use InboundFaxStructure Package Description net.interfax.rest.client net.interfax.rest.client.impl -
-
Uses of InboundFaxStructure in net.interfax.rest.client
Methods in net.interfax.rest.client that return InboundFaxStructure Modifier and Type Method Description InboundFaxStructure[]InterFAX. getInboundFaxList()Retrieves a user's list of inbound faxes.InboundFaxStructure[]InterFAX. getInboundFaxList(Optional<GetInboundFaxListOptions> options)Retrieves a user's list of inbound faxes.InboundFaxStructureInterFAX. getInboundFaxRecord(String id)Retrieves a single fax's metadata (receive time, sender number, etc.) -
Uses of InboundFaxStructure in net.interfax.rest.client.impl
Methods in net.interfax.rest.client.impl that return InboundFaxStructure Modifier and Type Method Description InboundFaxStructure[]DefaultInterFAXClient. getInboundFaxList()InboundFaxStructure[]DefaultInterFAXClient. getInboundFaxList(Optional<GetInboundFaxListOptions> options)InboundFaxStructureDefaultInterFAXClient. getInboundFaxRecord(String id)
-