Uses of Class
net.interfax.rest.client.domain.enums.Disposition
-
Packages that use Disposition Package Description net.interfax.rest.client.domain net.interfax.rest.client.domain.enums -
-
Uses of Disposition in net.interfax.rest.client.domain
Methods in net.interfax.rest.client.domain that return types with arguments of type Disposition Modifier and Type Method Description Optional<Disposition>DocumentUploadSessionOptions. getDisposition()Method parameters in net.interfax.rest.client.domain with type arguments of type Disposition Modifier and Type Method Description voidDocumentUploadSessionOptions. setDisposition(Optional<Disposition> disposition) -
Uses of Disposition in net.interfax.rest.client.domain.enums
Methods in net.interfax.rest.client.domain.enums that return Disposition Modifier and Type Method Description static DispositionDisposition. valueOf(String name)Returns the enum constant of this type with the specified name.static Disposition[]Disposition. values()Returns an array containing the constants of this enum type, in the order they are declared.
-