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 Details

  • Constructor Details

    • SuccessfulProjectUpdate

      public SuccessfulProjectUpdate()
  • Method Details

    • project

      public SuccessfulProjectUpdate project​(Project project)
    • getProject

      @Nonnull public Project getProject()
      Get project
      Returns:
      project
    • setProject

      public void setProject​(Project project)
    • warnings

      public SuccessfulProjectUpdate warnings​(List<Warning> warnings)
    • addWarningsItem

      public SuccessfulProjectUpdate addWarningsItem​(Warning warningsItem)
    • getWarnings

      @Nonnull public List<Warning> 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

      public void setWarnings​(List<Warning> warnings)
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object