Class NoteContentApiModel
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.NoteContentApiModel
-
public class NoteContentApiModel extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNoteContentApiModel.Builder
-
Constructor Summary
Constructors Constructor Description NoteContentApiModel()NoteContentApiModel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> body)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<java.lang.String>body()Body of the notestatic NoteContentApiModel.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()NoteContentApiModelwithBody(java.lang.String body)Body of the noteNoteContentApiModelwithBody(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> body)Body of the note
-
-
-
Method Detail
-
body
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> body()
Body of the note
-
builder
public static final NoteContentApiModel.Builder builder()
-
withBody
public NoteContentApiModel withBody(java.lang.String body)
Body of the note
-
withBody
public NoteContentApiModel withBody(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> body)
Body of the note
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-