Uses of Enum Class
com.mypurecloud.sdk.v2.model.WorkitemQueryPostRequest.ExpandsEnum
Packages that use WorkitemQueryPostRequest.ExpandsEnum
-
Uses of WorkitemQueryPostRequest.ExpandsEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkitemQueryPostRequest.ExpandsEnumModifier and TypeMethodDescriptionWorkitemQueryPostRequest.ExpandsEnum.fromString(String key) Returns the enum constant of this class with the specified name.static WorkitemQueryPostRequest.ExpandsEnum[]WorkitemQueryPostRequest.ExpandsEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type WorkitemQueryPostRequest.ExpandsEnumMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type WorkitemQueryPostRequest.ExpandsEnumModifier and TypeMethodDescriptionWorkitemQueryPostRequest.expands(List<WorkitemQueryPostRequest.ExpandsEnum> expands) List of entity attributes to be expanded in the result.voidWorkitemQueryPostRequest.setExpands(List<WorkitemQueryPostRequest.ExpandsEnum> expands)