Class GraylogVersionConstraint.Builder
java.lang.Object
org.graylog2.contentpacks.model.constraints.GraylogVersionConstraint.Builder
- All Implemented Interfaces:
Constraint.ConstraintBuilder<GraylogVersionConstraint.Builder>
- Enclosing class:
- GraylogVersionConstraint
public abstract static class GraylogVersionConstraint.Builder
extends Object
implements Constraint.ConstraintBuilder<GraylogVersionConstraint.Builder>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()abstract GraylogVersionConstraint.Builderversion(com.vdurmont.semver4j.Requirement version) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog2.contentpacks.model.constraints.Constraint.ConstraintBuilder
type
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
version
-
version
-
build
-