Class ChangeType


  • public class ChangeType
    extends java.lang.Object
    ChangeType

    The type of change that occurred to the application

    • Constructor Detail

      • ChangeType

        public ChangeType()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<ApplicationChangesValue> value()
        The type of change that occurred to the application
      • sourceValue

        public org.openapitools.jackson.nullable.JsonNullable<ApplicationChangesSourceValue> sourceValue()
        The source value of the change type
      • withValue

        public ChangeType withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationChangesValue> value)
        The type of change that occurred to the application
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object