All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.kubernetes.client.openapi.models.V1UserInfoFluent Maven / Gradle / Ivy

There is a newer version: 22.0.0
Show newest version
/*
Copyright 2022 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
package io.kubernetes.client.openapi.models;

import io.kubernetes.client.fluent.Fluent;
import java.util.Collection;
import java.util.List;
import java.util.Map;
import java.util.function.Predicate;

/** Generated */
public interface V1UserInfoFluent> extends Fluent {
  public A addToExtra(String key, List value);

  public A addToExtra(Map> map);

  public A removeFromExtra(java.lang.String key);

  public A removeFromExtra(java.util.Map> map);

  public java.util.Map> getExtra();

  public  A withExtra(
      java.util.Map> extra);

  public Boolean hasExtra();

  public A addToGroups(Integer index, java.lang.String item);

  public A setToGroups(java.lang.Integer index, java.lang.String item);

  public A addToGroups(java.lang.String... items);

  public A addAllToGroups(Collection items);

  public A removeFromGroups(java.lang.String... items);

  public A removeAllFromGroups(java.util.Collection items);

  public java.util.List getGroups();

  public java.lang.String getGroup(java.lang.Integer index);

  public java.lang.String getFirstGroup();

  public java.lang.String getLastGroup();

  public java.lang.String getMatchingGroup(Predicate predicate);

  public java.lang.Boolean hasMatchingGroup(
      java.util.function.Predicate predicate);

  public A withGroups(java.util.List groups);

  public A withGroups(java.lang.String... groups);

  public java.lang.Boolean hasGroups();

  public java.lang.String getUid();

  public A withUid(java.lang.String uid);

  public java.lang.Boolean hasUid();

  public java.lang.String getUsername();

  public A withUsername(java.lang.String username);

  public java.lang.Boolean hasUsername();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy