Uses of Enum Class
com.redhat.parodos.sdk.model.WorkRequestDTO.TypeEnum
Packages that use WorkRequestDTO.TypeEnum
-
Uses of WorkRequestDTO.TypeEnum in com.redhat.parodos.sdk.model
Methods in com.redhat.parodos.sdk.model that return WorkRequestDTO.TypeEnumModifier and TypeMethodDescriptionstatic WorkRequestDTO.TypeEnumWorkRequestDTO.getType()Get typeWorkRequestDTO.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static WorkRequestDTO.TypeEnumReturns the enum constant of this class with the specified name.static WorkRequestDTO.TypeEnum[]WorkRequestDTO.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.redhat.parodos.sdk.model with parameters of type WorkRequestDTO.TypeEnumModifier and TypeMethodDescriptionvoidWorkRequestDTO.setType(WorkRequestDTO.TypeEnum type) WorkRequestDTO.type(WorkRequestDTO.TypeEnum type) voidWorkRequestDTO.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, WorkRequestDTO.TypeEnum enumeration)