
annotations.io.fabric8.openshift.api.model.OAuthClientFluent Maven / Gradle / Ivy
package io.fabric8.openshift.api.model;
import io.fabric8.kubernetes.api.builder.Fluent;
import java.lang.String;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonProperty;
import javax.validation.Valid;
import javax.validation.constraints.NotNull;
import io.fabric8.kubernetes.api.model.ObjectMeta;
import io.fabric8.kubernetes.api.model.validators.CheckObjectMeta;
import java.lang.Boolean;
import java.lang.Object;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonIgnore;
import io.fabric8.kubernetes.api.builder.Nested;
import io.fabric8.kubernetes.api.model.ObjectMetaFluent;
import io.fabric8.kubernetes.api.model.ObjectMetaBuilder;
public interface OAuthClientFluent> extends Fluent{
public A addToAdditionalSecrets(String... items);
public A removeFromAdditionalSecrets(String... items);
public List getAdditionalSecrets();
public A withAdditionalSecrets(List additionalSecrets);
public A withAdditionalSecrets(String... additionalSecrets);
public String getApiVersion();
public A withApiVersion(String apiVersion);
public String getKind();
public A withKind(String kind);
public ObjectMeta getMetadata();
public A withMetadata(ObjectMeta metadata);
public OAuthClientFluent.MetadataNested withNewMetadata();
public OAuthClientFluent.MetadataNested withNewMetadataLike(ObjectMeta item);
public OAuthClientFluent.MetadataNested editMetadata();
public A addToRedirectURIs(String... items);
public A removeFromRedirectURIs(String... items);
public List getRedirectURIs();
public A withRedirectURIs(List redirectURIs);
public A withRedirectURIs(String... redirectURIs);
public Boolean isRespondWithChallenges();
public A withRespondWithChallenges(Boolean respondWithChallenges);
public A addToScopeRestrictions(ScopeRestriction... items);
public A removeFromScopeRestrictions(ScopeRestriction... items);
public List getScopeRestrictions();
public A withScopeRestrictions(List scopeRestrictions);
public A withScopeRestrictions(ScopeRestriction... scopeRestrictions);
public OAuthClientFluent.ScopeRestrictionsNested addNewScopeRestriction();
public OAuthClientFluent.ScopeRestrictionsNested addNewScopeRestrictionLike(ScopeRestriction item);
public String getSecret();
public A withSecret(String secret);
public interface MetadataNested extends Nested,ObjectMetaFluent>{
public N and(); public N endMetadata();
}
public interface ScopeRestrictionsNested extends Nested,ScopeRestrictionFluent>{
public N endScopeRestriction(); public N and();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy