Package com.github.elibracha.model
Class ChangedOpenApi
- java.lang.Object
-
- com.github.elibracha.model.ChangedOpenApi
-
- All Implemented Interfaces:
Changed,ComposedChanged
public class ChangedOpenApi extends Object implements ComposedChanged
Created by adarsh.sharma on 22/12/17.
-
-
Constructor Summary
Constructors Constructor Description ChangedOpenApi()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Changed>getChangedElements()List<Endpoint>getDeprecatedEndpoints()DiffResultisCoreChanged()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.elibracha.model.Changed
isCompatible, isDifferent, isIncompatible, isUnchanged
-
Methods inherited from interface com.github.elibracha.model.ComposedChanged
isChanged
-
-
-
-
Method Detail
-
getChangedElements
public List<Changed> getChangedElements()
- Specified by:
getChangedElementsin interfaceComposedChanged
-
isCoreChanged
public DiffResult isCoreChanged()
- Specified by:
isCoreChangedin interfaceComposedChanged
-
-