Uses of Enum Class
com.mypurecloud.sdk.v2.model.V3Synchronization.TypeEnum
Packages that use V3Synchronization.TypeEnum
-
Uses of V3Synchronization.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return V3Synchronization.TypeEnumModifier and TypeMethodDescriptionstatic V3Synchronization.TypeEnumV3Synchronization.TypeEnum.fromString(String key) V3Synchronization.getType()static V3Synchronization.TypeEnumReturns the enum constant of this class with the specified name.static V3Synchronization.TypeEnum[]V3Synchronization.TypeEnum.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 V3Synchronization.TypeEnumModifier and TypeMethodDescriptionvoidV3Synchronization.setType(V3Synchronization.TypeEnum type) V3Synchronization.type(V3Synchronization.TypeEnum type) The type of the synchronization.