Uses of Class
com.onfido.model.DocumentShared.SideEnum
-
Packages that use DocumentShared.SideEnum Package Description com.onfido.model -
-
Uses of DocumentShared.SideEnum in com.onfido.model
Methods in com.onfido.model that return DocumentShared.SideEnum Modifier and Type Method Description static DocumentShared.SideEnumDocumentShared.SideEnum. fromValue(String value)DocumentShared.SideEnumDocumentShared. getSide()The side of the document, if applicable.DocumentShared.SideEnumDocumentShared.SideEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static DocumentShared.SideEnumDocumentShared.SideEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentShared.SideEnum[]DocumentShared.SideEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.onfido.model with parameters of type DocumentShared.SideEnum Modifier and Type Method Description voidDocumentShared. setSide(DocumentShared.SideEnum side)DocumentSharedDocumentShared. side(DocumentShared.SideEnum side)voidDocumentShared.SideEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DocumentShared.SideEnum enumeration)
-