Uses of Class
io.fabric8.openshift.api.model.OAuthClientFluent.ScopeRestrictionsNested
-
Packages that use OAuthClientFluent.ScopeRestrictionsNested Package Description io.fabric8.openshift.api.model -
-
Uses of OAuthClientFluent.ScopeRestrictionsNested in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return OAuthClientFluent.ScopeRestrictionsNested Modifier and Type Method Description OAuthClientFluent.ScopeRestrictionsNested<A>OAuthClientFluent. addNewScopeRestriction()OAuthClientFluent.ScopeRestrictionsNested<A>OAuthClientFluent. addNewScopeRestrictionLike(ScopeRestriction item)OAuthClientFluent.ScopeRestrictionsNested<A>OAuthClientFluent. editFirstScopeRestriction()OAuthClientFluent.ScopeRestrictionsNested<A>OAuthClientFluent. editLastScopeRestriction()OAuthClientFluent.ScopeRestrictionsNested<A>OAuthClientFluent. editMatchingScopeRestriction(Predicate<ScopeRestrictionBuilder> predicate)OAuthClientFluent.ScopeRestrictionsNested<A>OAuthClientFluent. editScopeRestriction(int index)OAuthClientFluent.ScopeRestrictionsNested<A>OAuthClientFluent. setNewScopeRestrictionLike(int index, ScopeRestriction item)
-