Uses of Class
org.zalando.fahrschein.domain.BatchItemResponse.PublishingStatus
-
Packages that use BatchItemResponse.PublishingStatus Package Description org.zalando.fahrschein.domain -
-
Uses of BatchItemResponse.PublishingStatus in org.zalando.fahrschein.domain
Methods in org.zalando.fahrschein.domain that return BatchItemResponse.PublishingStatus Modifier and Type Method Description BatchItemResponse.PublishingStatusBatchItemResponse. getPublishingStatus()static BatchItemResponse.PublishingStatusBatchItemResponse.PublishingStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static BatchItemResponse.PublishingStatus[]BatchItemResponse.PublishingStatus. 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.PublishingStatus Constructor Description BatchItemResponse(String eid, BatchItemResponse.PublishingStatus publishingStatus, BatchItemResponse.Step step, String detail)
-