Uses of Class
com.acumenvelocity.ath.model.Origin
-
Packages that use Origin Package Description com.acumenvelocity.ath.model -
-
Uses of Origin in com.acumenvelocity.ath.model
Methods in com.acumenvelocity.ath.model that return Origin Modifier and Type Method Description static OriginOrigin. fromValue(String text)OriginCreateDocumentSegmentRequest. getOrigin()OriginDocumentSegment. getOrigin()OriginUpdateDocumentSegmentRequest. getOrigin()static OriginOrigin. valueOf(String name)Returns the enum constant of this type with the specified name.static Origin[]Origin. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.acumenvelocity.ath.model with parameters of type Origin Modifier and Type Method Description CreateDocumentSegmentRequestCreateDocumentSegmentRequest. origin(Origin origin)DocumentSegmentDocumentSegment. origin(Origin origin)UpdateDocumentSegmentRequestUpdateDocumentSegmentRequest. origin(Origin origin)voidCreateDocumentSegmentRequest. setOrigin(Origin origin)voidDocumentSegment. setOrigin(Origin origin)voidUpdateDocumentSegmentRequest. setOrigin(Origin origin)
-