public class V1alpha1CodeRepositoryOwnerSync extends Object
| Constructor and Description |
|---|
V1alpha1CodeRepositoryOwnerSync() |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1CodeRepositoryOwnerSync |
addRepositoriesItem(String repositoriesItem) |
V1alpha1CodeRepositoryOwnerSync |
all(Boolean all) |
boolean |
equals(Object o) |
String |
getName()
Name defines the name.
|
List<String> |
getRepositories()
Repositories defines the repositories will be synced.
|
String |
getType()
Type defines the type.
|
int |
hashCode() |
Boolean |
isAll()
All defines whether sync all repositories in this owner.
|
V1alpha1CodeRepositoryOwnerSync |
name(String name) |
V1alpha1CodeRepositoryOwnerSync |
repositories(List<String> repositories) |
void |
setAll(Boolean all) |
void |
setName(String name) |
void |
setRepositories(List<String> repositories) |
void |
setType(String type) |
String |
toString() |
V1alpha1CodeRepositoryOwnerSync |
type(String type) |
public V1alpha1CodeRepositoryOwnerSync all(Boolean all)
public Boolean isAll()
public void setAll(Boolean all)
public V1alpha1CodeRepositoryOwnerSync name(String name)
public String getName()
public void setName(String name)
public V1alpha1CodeRepositoryOwnerSync repositories(List<String> repositories)
public V1alpha1CodeRepositoryOwnerSync addRepositoriesItem(String repositoriesItem)
public List<String> getRepositories()
public V1alpha1CodeRepositoryOwnerSync type(String type)
public String getType()
public void setType(String type)
Copyright © 2019. All rights reserved.