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