public class V1alpha1CodeRepoBindingAccount extends Object
| Constructor and Description |
|---|
V1alpha1CodeRepoBindingAccount() |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1CodeRepoBindingAccount |
addOwnersItem(V1alpha1CodeRepositoryOwnerSync ownersItem) |
boolean |
equals(Object o) |
List<V1alpha1CodeRepositoryOwnerSync> |
getOwners()
Owners defines the owners in this account.
|
V1alpha1SecretKeySetRef |
getSecret()
Secret defines the secret.
|
int |
hashCode() |
V1alpha1CodeRepoBindingAccount |
owners(List<V1alpha1CodeRepositoryOwnerSync> owners) |
V1alpha1CodeRepoBindingAccount |
secret(V1alpha1SecretKeySetRef secret) |
void |
setOwners(List<V1alpha1CodeRepositoryOwnerSync> owners) |
void |
setSecret(V1alpha1SecretKeySetRef secret) |
String |
toString() |
public V1alpha1CodeRepoBindingAccount owners(List<V1alpha1CodeRepositoryOwnerSync> owners)
public V1alpha1CodeRepoBindingAccount addOwnersItem(V1alpha1CodeRepositoryOwnerSync ownersItem)
public List<V1alpha1CodeRepositoryOwnerSync> getOwners()
public void setOwners(List<V1alpha1CodeRepositoryOwnerSync> owners)
public V1alpha1CodeRepoBindingAccount secret(V1alpha1SecretKeySetRef secret)
public V1alpha1SecretKeySetRef getSecret()
public void setSecret(V1alpha1SecretKeySetRef secret)
Copyright © 2019. All rights reserved.