Package com.github.elibracha.model
Class ChangedApiResponse
- java.lang.Object
-
- com.github.elibracha.model.ChangedApiResponse
-
- All Implemented Interfaces:
Changed,ComposedChanged
public class ChangedApiResponse extends Object implements ComposedChanged
Created by adarsh.sharma on 22/12/17.
-
-
Constructor Summary
Constructors Constructor Description ChangedApiResponse(io.swagger.v3.oas.models.responses.ApiResponses oldApiResponses, io.swagger.v3.oas.models.responses.ApiResponses newApiResponses, DiffContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Changed>getChangedElements()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
-
-
-
-
Constructor Detail
-
ChangedApiResponse
public ChangedApiResponse(io.swagger.v3.oas.models.responses.ApiResponses oldApiResponses, io.swagger.v3.oas.models.responses.ApiResponses newApiResponses, DiffContext context)
-
-
Method Detail
-
getChangedElements
public List<Changed> getChangedElements()
- Specified by:
getChangedElementsin interfaceComposedChanged
-
isCoreChanged
public DiffResult isCoreChanged()
- Specified by:
isCoreChangedin interfaceComposedChanged
-
-