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