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