Uses of Class
io.fabric8.openshift.api.model.ScopeRestriction
| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
-
Uses of ScopeRestriction in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return ScopeRestriction Modifier and Type Method Description ScopeRestrictionScopeRestrictionBuilder. build()ScopeRestrictionOAuthClientFluent. buildFirstScopeRestriction()ScopeRestrictionOAuthClientFluentImpl. buildFirstScopeRestriction()ScopeRestrictionOAuthClientFluent. buildLastScopeRestriction()ScopeRestrictionOAuthClientFluentImpl. buildLastScopeRestriction()ScopeRestrictionOAuthClientFluent. buildMatchingScopeRestriction(io.fabric8.kubernetes.api.builder.Predicate<ScopeRestrictionBuilder> predicate)ScopeRestrictionOAuthClientFluentImpl. buildMatchingScopeRestriction(io.fabric8.kubernetes.api.builder.Predicate<ScopeRestrictionBuilder> predicate)ScopeRestrictionOAuthClientFluent. buildScopeRestriction(int index)ScopeRestrictionOAuthClientFluentImpl. buildScopeRestriction(int index)ScopeRestrictionDoneableScopeRestriction. done()Methods in io.fabric8.openshift.api.model that return types with arguments of type ScopeRestriction Modifier and Type Method Description List<ScopeRestriction>OAuthClientFluent. buildScopeRestrictions()List<ScopeRestriction>OAuthClientFluentImpl. buildScopeRestrictions()List<ScopeRestriction>OAuthClient. getScopeRestrictions()List<ScopeRestriction>OAuthClientFluent. getScopeRestrictions()Deprecated.List<ScopeRestriction>OAuthClientFluentImpl. getScopeRestrictions()Deprecated.Method parameters in io.fabric8.openshift.api.model with type arguments of type ScopeRestriction Modifier and Type Method Description AOAuthClientFluent. addAllToScopeRestrictions(Collection<ScopeRestriction> items)AOAuthClientFluentImpl. addAllToScopeRestrictions(Collection<ScopeRestriction> items)AOAuthClientFluent. removeAllFromScopeRestrictions(Collection<ScopeRestriction> items)AOAuthClientFluentImpl. removeAllFromScopeRestrictions(Collection<ScopeRestriction> items)voidOAuthClient. setScopeRestrictions(List<ScopeRestriction> scopeRestrictions)AOAuthClientFluent. withScopeRestrictions(List<ScopeRestriction> scopeRestrictions)AOAuthClientFluentImpl. withScopeRestrictions(List<ScopeRestriction> scopeRestrictions)Constructors in io.fabric8.openshift.api.model with parameters of type ScopeRestriction Constructor Description DoneableScopeRestriction(ScopeRestriction item)DoneableScopeRestriction(ScopeRestriction item, io.fabric8.kubernetes.api.builder.Function<ScopeRestriction,ScopeRestriction> function)ScopeRestrictionBuilder(ScopeRestriction instance)ScopeRestrictionBuilder(ScopeRestrictionFluent<?> fluent, ScopeRestriction instance)ScopeRestrictionBuilder(ScopeRestrictionFluent<?> fluent, ScopeRestriction instance, Boolean validationEnabled)ScopeRestrictionBuilder(ScopeRestriction instance, Boolean validationEnabled)ScopeRestrictionFluentImpl(ScopeRestriction instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type ScopeRestriction Constructor Description DoneableScopeRestriction(io.fabric8.kubernetes.api.builder.Function<ScopeRestriction,ScopeRestriction> function)DoneableScopeRestriction(io.fabric8.kubernetes.api.builder.Function<ScopeRestriction,ScopeRestriction> function)DoneableScopeRestriction(ScopeRestriction item, io.fabric8.kubernetes.api.builder.Function<ScopeRestriction,ScopeRestriction> function)DoneableScopeRestriction(ScopeRestriction item, io.fabric8.kubernetes.api.builder.Function<ScopeRestriction,ScopeRestriction> function)