public interface Projects
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Projects.Factory
Factory for
Projects |
| Modifier and Type | Method and Description |
|---|---|
Project.Definition |
define()
Starts the definition for a new project resource.
|
java.util.Optional<Project> |
findByName(java.lang.String name) |
Project.Definition define()
java.util.Optional<Project> findByName(java.lang.String name) throws java.io.IOException
name - project namejava.io.IOException - when an IO error occurs while making the request to the Contrast APIUnauthorizedException - when Contrast rejects the credentials used to send the requestResourceNotFoundException - when the requested resource does not existHttpResponseException - when Contrast rejects this request with an error codeServerResponseException - when Contrast API returns a response that cannot be understoodCopyright © 2022 Contrast Security, Inc.. All rights reserved.