Class Note
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Note
-
public class Note extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNote.Builder
-
Constructor Summary
Constructors Constructor Description Note()Note(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields, 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<java.lang.String> remoteAuthorId, org.openapitools.jackson.nullable.JsonNullable<? extends Visibility> visibility, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> deletedAt)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<java.lang.String>authorId()Unique identifier of the authorstatic Note.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.util.List<NoteContentApiModel>>content()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>createdAt()Date of creationorg.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>deletedAt()Date of Deletionbooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteAuthorId()Provider's unique identifier of the authororg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>unifiedCustomFields()Custom Unified Fields configured in your StackOne projectorg.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>updatedAt()Date of last updateorg.openapitools.jackson.nullable.JsonNullable<Visibility>visibility()Visibility of the noteNotewithAuthorId(java.lang.String authorId)Unique identifier of the authorNotewithAuthorId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authorId)Unique identifier of the authorNotewithContent(java.util.List<NoteContentApiModel> content)NotewithContent(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<NoteContentApiModel>> content)NotewithCreatedAt(java.time.OffsetDateTime createdAt)Date of creationNotewithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)Date of creationNotewithDeletedAt(java.time.OffsetDateTime deletedAt)Date of DeletionNotewithDeletedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> deletedAt)Date of DeletionNotewithId(java.lang.String id)Unique identifierNotewithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierNotewithRemoteAuthorId(java.lang.String remoteAuthorId)Provider's unique identifier of the authorNotewithRemoteAuthorId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteAuthorId)Provider's unique identifier of the authorNotewithRemoteId(java.lang.String remoteId)Provider's unique identifierNotewithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierNotewithUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectNotewithUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectNotewithUpdatedAt(java.time.OffsetDateTime updatedAt)Date of last updateNotewithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)Date of last updateNotewithVisibility(Visibility visibility)Visibility of the noteNotewithVisibility(org.openapitools.jackson.nullable.JsonNullable<? extends Visibility> visibility)Visibility of the note
-
-
-
Constructor Detail
-
Note
public Note(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields, 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<java.lang.String> remoteAuthorId, org.openapitools.jackson.nullable.JsonNullable<? extends Visibility> visibility, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> deletedAt)
-
Note
public Note()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
unifiedCustomFields
public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields()
Custom Unified Fields configured in your StackOne project
-
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
-
remoteAuthorId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteAuthorId()
Provider's unique identifier of the author
-
visibility
public org.openapitools.jackson.nullable.JsonNullable<Visibility> visibility()
Visibility of the note
-
createdAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
Date of creation
-
updatedAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
Date of last update
-
deletedAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> deletedAt()
Date of Deletion
-
builder
public static Note.Builder builder()
-
withId
public Note withId(java.lang.String id)
Unique identifier
-
withId
public Note withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public Note withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public Note withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withUnifiedCustomFields
public Note withUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withUnifiedCustomFields
public Note withUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withContent
public Note withContent(java.util.List<NoteContentApiModel> content)
-
withContent
public Note withContent(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<NoteContentApiModel>> content)
-
withAuthorId
public Note withAuthorId(java.lang.String authorId)
Unique identifier of the author
-
withAuthorId
public Note withAuthorId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authorId)
Unique identifier of the author
-
withRemoteAuthorId
public Note withRemoteAuthorId(java.lang.String remoteAuthorId)
Provider's unique identifier of the author
-
withRemoteAuthorId
public Note withRemoteAuthorId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteAuthorId)
Provider's unique identifier of the author
-
withVisibility
public Note withVisibility(Visibility visibility)
Visibility of the note
-
withVisibility
public Note withVisibility(org.openapitools.jackson.nullable.JsonNullable<? extends Visibility> visibility)
Visibility of the note
-
withCreatedAt
public Note withCreatedAt(java.time.OffsetDateTime createdAt)
Date of creation
-
withCreatedAt
public Note withCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
Date of creation
-
withUpdatedAt
public Note withUpdatedAt(java.time.OffsetDateTime updatedAt)
Date of last update
-
withUpdatedAt
public Note withUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
Date of last update
-
withDeletedAt
public Note withDeletedAt(java.time.OffsetDateTime deletedAt)
Date of Deletion
-
withDeletedAt
public Note withDeletedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> deletedAt)
Date of Deletion
-
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
-
-