Uses of Class
org.zalando.fahrschein.domain.BatchItemResponse.Step
-
Packages that use BatchItemResponse.Step Package Description org.zalando.fahrschein.domain -
-
Uses of BatchItemResponse.Step in org.zalando.fahrschein.domain
Methods in org.zalando.fahrschein.domain that return BatchItemResponse.Step Modifier and Type Method Description BatchItemResponse.StepBatchItemResponse. getStep()static BatchItemResponse.StepBatchItemResponse.Step. valueOf(String name)Returns the enum constant of this type with the specified name.static BatchItemResponse.Step[]BatchItemResponse.Step. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.zalando.fahrschein.domain with parameters of type BatchItemResponse.Step Constructor Description BatchItemResponse(String eid, BatchItemResponse.PublishingStatus publishingStatus, BatchItemResponse.Step step, String detail)
-