case class Delta(multipleOf: Changed[MultipleOf] = unchanged, minimum: Changed[Minimum] = unchanged, maximum: Changed[Maximum] = unchanged, maxLength: Changed[MaxLength] = unchanged, minLength: Changed[MinLength] = unchanged, pattern: Changed[Pattern] = unchanged, format: Changed[Format] = unchanged, items: Changed[Items] = unchanged, additionalItems: Changed[AdditionalItems] = unchanged, minItems: Changed[MinItems] = unchanged, maxItems: Changed[MaxItems] = unchanged, properties: Changed[properties.ObjectProperty.Properties] = unchanged, additionalProperties: Changed[AdditionalProperties] = unchanged, required: Changed[Required] = unchanged, patternProperties: Changed[PatternProperties] = unchanged, type: Changed[Type] = unchanged, enum: Changed[Enum] = unchanged, oneOf: Changed[OneOf] = unchanged, description: Changed[Description] = unchanged) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Delta
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Delta(multipleOf: Changed[MultipleOf] = unchanged, minimum: Changed[Minimum] = unchanged, maximum: Changed[Maximum] = unchanged, maxLength: Changed[MaxLength] = unchanged, minLength: Changed[MinLength] = unchanged, pattern: Changed[Pattern] = unchanged, format: Changed[Format] = unchanged, items: Changed[Items] = unchanged, additionalItems: Changed[AdditionalItems] = unchanged, minItems: Changed[MinItems] = unchanged, maxItems: Changed[MaxItems] = unchanged, properties: Changed[properties.ObjectProperty.Properties] = unchanged, additionalProperties: Changed[AdditionalProperties] = unchanged, required: Changed[Required] = unchanged, patternProperties: Changed[PatternProperties] = unchanged, type: Changed[Type] = unchanged, enum: Changed[Enum] = unchanged, oneOf: Changed[OneOf] = unchanged, description: Changed[Description] = unchanged)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val additionalItems: Changed[AdditionalItems]
- val additionalProperties: Changed[AdditionalProperties]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val description: Changed[Description]
- val enum: Changed[Enum]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val format: Changed[Format]
- def getChanged: List[Changed[JsonSchemaProperty]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val items: Changed[Items]
- val maxItems: Changed[MaxItems]
- val maxLength: Changed[MaxLength]
- val maximum: Changed[Maximum]
- val minItems: Changed[MinItems]
- val minLength: Changed[MinLength]
- val minimum: Changed[Minimum]
- val multipleOf: Changed[MultipleOf]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val oneOf: Changed[OneOf]
- val pattern: Changed[Pattern]
- val patternProperties: Changed[PatternProperties]
- val properties: Changed[properties.ObjectProperty.Properties]
- val required: Changed[Required]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val type: Changed[Type]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()