Package com.github.elibracha.model
Class ChangedOAuthFlows
- java.lang.Object
-
- com.github.elibracha.model.ChangedOAuthFlows
-
- All Implemented Interfaces:
Changed,ComposedChanged
public class ChangedOAuthFlows extends Object implements ComposedChanged
Created by adarsh.sharma on 12/01/18.
-
-
Constructor Summary
Constructors Constructor Description ChangedOAuthFlows(io.swagger.v3.oas.models.security.OAuthFlows oldOAuthFlows, io.swagger.v3.oas.models.security.OAuthFlows newOAuthFlows)
-
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
-
-
-
-
Method Detail
-
getChangedElements
public List<Changed> getChangedElements()
- Specified by:
getChangedElementsin interfaceComposedChanged
-
isCoreChanged
public DiffResult isCoreChanged()
- Specified by:
isCoreChangedin interfaceComposedChanged
-
-