Class TeamPatchInput


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2021-12-03T20:58:35.619656Z[Etc/UTC]")
    public class TeamPatchInput
    extends java.lang.Object
    TeamPatchInput
    • Field Detail

      • SERIALIZED_NAME_COMMENT

        public static final java.lang.String SERIALIZED_NAME_COMMENT
        See Also:
        Constant Field Values
      • SERIALIZED_NAME_INSTRUCTIONS

        public static final java.lang.String SERIALIZED_NAME_INSTRUCTIONS
        See Also:
        Constant Field Values
    • Constructor Detail

      • TeamPatchInput

        public TeamPatchInput()
    • Method Detail

      • comment

        public TeamPatchInput comment​(java.lang.String comment)
      • getComment

        @Nullable
        public java.lang.String getComment()
        Get comment
        Returns:
        comment
      • setComment

        public void setComment​(java.lang.String comment)
      • instructions

        public TeamPatchInput instructions​(java.util.List<java.util.Map<java.lang.String,​java.lang.Object>> instructions)
      • addInstructionsItem

        public TeamPatchInput addInstructionsItem​(java.util.Map<java.lang.String,​java.lang.Object> instructionsItem)
      • getInstructions

        @Nullable
        public java.util.List<java.util.Map<java.lang.String,​java.lang.Object>> getInstructions()
        Get instructions
        Returns:
        instructions
      • setInstructions

        public void setInstructions​(java.util.List<java.util.Map<java.lang.String,​java.lang.Object>> instructions)
      • equals

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

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object