public interface V1alpha1CodeRepoBindingAccountFluent<A extends V1alpha1CodeRepoBindingAccountFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
V1alpha1CodeRepoBindingAccountFluent.OwnersNested<N> |
static interface |
V1alpha1CodeRepoBindingAccountFluent.SecretNested<N> |
A addToOwners(int index, V1alpha1CodeRepositoryOwnerSync item)
A setToOwners(int index, V1alpha1CodeRepositoryOwnerSync item)
A addToOwners(V1alpha1CodeRepositoryOwnerSync... items)
A addAllToOwners(Collection<V1alpha1CodeRepositoryOwnerSync> items)
A removeFromOwners(V1alpha1CodeRepositoryOwnerSync... items)
A removeAllFromOwners(Collection<V1alpha1CodeRepositoryOwnerSync> items)
@Deprecated List<V1alpha1CodeRepositoryOwnerSync> getOwners()
List<V1alpha1CodeRepositoryOwnerSync> buildOwners()
V1alpha1CodeRepositoryOwnerSync buildOwner(int index)
V1alpha1CodeRepositoryOwnerSync buildFirstOwner()
V1alpha1CodeRepositoryOwnerSync buildLastOwner()
V1alpha1CodeRepositoryOwnerSync buildMatchingOwner(Predicate<V1alpha1CodeRepositoryOwnerSyncBuilder> predicate)
Boolean hasMatchingOwner(Predicate<V1alpha1CodeRepositoryOwnerSyncBuilder> predicate)
A withOwners(List<V1alpha1CodeRepositoryOwnerSync> owners)
A withOwners(V1alpha1CodeRepositoryOwnerSync... owners)
Boolean hasOwners()
V1alpha1CodeRepoBindingAccountFluent.OwnersNested<A> addNewOwner()
V1alpha1CodeRepoBindingAccountFluent.OwnersNested<A> addNewOwnerLike(V1alpha1CodeRepositoryOwnerSync item)
V1alpha1CodeRepoBindingAccountFluent.OwnersNested<A> setNewOwnerLike(int index, V1alpha1CodeRepositoryOwnerSync item)
V1alpha1CodeRepoBindingAccountFluent.OwnersNested<A> editOwner(int index)
V1alpha1CodeRepoBindingAccountFluent.OwnersNested<A> editFirstOwner()
V1alpha1CodeRepoBindingAccountFluent.OwnersNested<A> editLastOwner()
V1alpha1CodeRepoBindingAccountFluent.OwnersNested<A> editMatchingOwner(Predicate<V1alpha1CodeRepositoryOwnerSyncBuilder> predicate)
@Deprecated V1alpha1SecretKeySetRef getSecret()
V1alpha1SecretKeySetRef buildSecret()
A withSecret(V1alpha1SecretKeySetRef secret)
Boolean hasSecret()
V1alpha1CodeRepoBindingAccountFluent.SecretNested<A> withNewSecret()
V1alpha1CodeRepoBindingAccountFluent.SecretNested<A> withNewSecretLike(V1alpha1SecretKeySetRef item)
V1alpha1CodeRepoBindingAccountFluent.SecretNested<A> editSecret()
V1alpha1CodeRepoBindingAccountFluent.SecretNested<A> editOrNewSecret()
V1alpha1CodeRepoBindingAccountFluent.SecretNested<A> editOrNewSecretLike(V1alpha1SecretKeySetRef item)
Copyright © 2020. All rights reserved.