Package sh.ory.model
Class SuccessfulProjectUpdate
java.lang.Object
sh.ory.model.SuccessfulProjectUpdate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-07-26T09:37:11.487071522Z[Etc/UTC]") public class SuccessfulProjectUpdate extends Object
SuccessfulProjectUpdate
-
Field Summary
Fields Modifier and Type Field Description static String
SERIALIZED_NAME_PROJECT
static String
SERIALIZED_NAME_WARNINGS
-
Constructor Summary
Constructors Constructor Description SuccessfulProjectUpdate()
-
Method Summary
Modifier and Type Method Description SuccessfulProjectUpdate
addWarningsItem(Warning warningsItem)
boolean
equals(Object o)
Project
getProject()
Get projectList<Warning>
getWarnings()
Import Warnings Not all configuration items can be imported to Ory Cloud.int
hashCode()
SuccessfulProjectUpdate
project(Project project)
void
setProject(Project project)
void
setWarnings(List<Warning> warnings)
String
toString()
SuccessfulProjectUpdate
warnings(List<Warning> warnings)
-
Field Details
-
SERIALIZED_NAME_PROJECT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WARNINGS
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SuccessfulProjectUpdate
public SuccessfulProjectUpdate()
-
-
Method Details
-
project
-
getProject
Get project- Returns:
- project
-
setProject
-
warnings
-
addWarningsItem
-
getWarnings
Import Warnings Not all configuration items can be imported to Ory Cloud. For example, setting the port does not make sense because Ory Cloud provides the runtime and networking. This field contains warnings where configuration keys were found but can not be imported. These keys will be ignored by Ory Cloud. This field will help you understand why certain configuration keys might not be respected!- Returns:
- warnings
-
setWarnings
-
equals
-
hashCode
public int hashCode() -
toString
-