| Package | Description |
|---|---|
| microsoft.vs.analytics.v4.model.entity | |
| microsoft.vs.analytics.v4.model.enums |
| Modifier and Type | Field and Description |
|---|---|
protected ProjectVisibility |
Project.projectVisibility |
| Modifier and Type | Method and Description |
|---|---|
Optional<ProjectVisibility> |
Project.getProjectVisibility() |
| Modifier and Type | Method and Description |
|---|---|
Project.Builder |
Project.Builder.projectVisibility(ProjectVisibility projectVisibility) |
Project |
Project.withProjectVisibility(ProjectVisibility projectVisibility) |
| Modifier and Type | Method and Description |
|---|---|
static ProjectVisibility |
ProjectVisibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectVisibility[] |
ProjectVisibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.