Uses of Enum Class
com.mypurecloud.sdk.v2.model.V3StartManualSyncRequest.TypeEnum
Packages that use V3StartManualSyncRequest.TypeEnum
-
Uses of V3StartManualSyncRequest.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return V3StartManualSyncRequest.TypeEnumModifier and TypeMethodDescriptionV3StartManualSyncRequest.TypeEnum.fromString(String key) V3StartManualSyncRequest.getType()Returns the enum constant of this class with the specified name.static V3StartManualSyncRequest.TypeEnum[]V3StartManualSyncRequest.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 V3StartManualSyncRequest.TypeEnumModifier and TypeMethodDescriptionvoidV3StartManualSyncRequest.setType(V3StartManualSyncRequest.TypeEnum type) V3StartManualSyncRequest.type(V3StartManualSyncRequest.TypeEnum type) Optional field that specifies the synchronization type.