Uses of Enum Class
com.mypurecloud.sdk.v2.model.Document.SystemTypeEnum
Packages that use Document.SystemTypeEnum
-
Uses of Document.SystemTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Document.SystemTypeEnumModifier and TypeMethodDescriptionstatic Document.SystemTypeEnumDocument.SystemTypeEnum.fromString(String key) Document.getSystemType()static Document.SystemTypeEnumReturns the enum constant of this class with the specified name.static Document.SystemTypeEnum[]Document.SystemTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type Document.SystemTypeEnumModifier and TypeMethodDescriptionvoidDocument.setSystemType(Document.SystemTypeEnum systemType) Document.systemType(Document.SystemTypeEnum systemType)