Class AtsCreateNotesRequestDto


  • public class AtsCreateNotesRequestDto
    extends java.lang.Object
    • Constructor Detail

      • AtsCreateNotesRequestDto

        public AtsCreateNotesRequestDto​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<NoteContentApiModel>> content,
                                        org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authorId,
                                        org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateNotesRequestDtoVisibility> visibility,
                                        org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> passthrough)
      • AtsCreateNotesRequestDto

        public AtsCreateNotesRequestDto()
    • Method Detail

      • content

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<NoteContentApiModel>> content()
      • authorId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authorId()
        Unique identifier of the author
      • passthrough

        public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,​java.lang.Object>> passthrough()
        Value to pass through to the provider
      • withAuthorId

        public AtsCreateNotesRequestDto withAuthorId​(java.lang.String authorId)
        Unique identifier of the author
      • withAuthorId

        public AtsCreateNotesRequestDto withAuthorId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authorId)
        Unique identifier of the author
      • withPassthrough

        public AtsCreateNotesRequestDto withPassthrough​(java.util.Map<java.lang.String,​java.lang.Object> passthrough)
        Value to pass through to the provider
      • withPassthrough

        public AtsCreateNotesRequestDto withPassthrough​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> passthrough)
        Value to pass through to the provider
      • 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