Uses of Enum Class
com.yahoo.vespa.hosted.controller.api.integration.vcmr.ChangeRequestSource.Status
Packages that use ChangeRequestSource.Status
-
Uses of ChangeRequestSource.Status in com.yahoo.vespa.hosted.controller.api.integration.vcmr
Methods in com.yahoo.vespa.hosted.controller.api.integration.vcmr that return ChangeRequestSource.StatusModifier and TypeMethodDescriptionChangeRequestSource.status()Returns the value of thestatusrecord component.static ChangeRequestSource.StatusReturns the enum constant of this class with the specified name.static ChangeRequestSource.Status[]ChangeRequestSource.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.api.integration.vcmr with parameters of type ChangeRequestSource.StatusModifier and TypeMethodDescriptionChangeRequestSource.Builder.status(ChangeRequestSource.Status status) Constructors in com.yahoo.vespa.hosted.controller.api.integration.vcmr with parameters of type ChangeRequestSource.StatusModifierConstructorDescriptionChangeRequestSource(String system, String id, String url, ChangeRequestSource.Status status, ZonedDateTime plannedStartTime, ZonedDateTime plannedEndTime, String category) Creates an instance of aChangeRequestSourcerecord class.