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