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