Package sh.ory.model

Class SuccessfulProjectConfigUpdate

java.lang.Object
sh.ory.model.SuccessfulProjectConfigUpdate

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2022-03-08T19:41:46.895754881Z[Etc/UTC]")
public class SuccessfulProjectConfigUpdate
extends Object
SuccessfulProjectConfigUpdate
  • Field Details

  • Constructor Details

    • SuccessfulProjectConfigUpdate

      public SuccessfulProjectConfigUpdate()
  • Method Details

    • project

      public SuccessfulProjectConfigUpdate project​(Project project)
    • getProject

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

      public void setProject​(Project project)
    • warnings

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

      public SuccessfulProjectConfigUpdate addWarningsItem​(Warning warningsItem)
    • getWarnings

      @Nullable 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