Class NameAndUuid
java.lang.Object
io.cloudreactor.tasksymphony.model.NameAndUuid
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class NameAndUuid
extends Object
Identifies an entity in three ways: 1. UUID; 2. Name; and 3. URL. When used to indentify an entity in a request method body, only one of uuid and name needs to be specified. If both are present, they must refer to the same entity or else the response will be a 400 error.
-
Field Details
-
JSON_PROPERTY_UUID
- See Also:
-
JSON_PROPERTY_URL
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
NameAndUuid
public NameAndUuid()
-
-
Method Details