Class AtsCreateNotesRequestDto
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsCreateNotesRequestDto
-
public class AtsCreateNotesRequestDto extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsCreateNotesRequestDto.Builder
-
Constructor Summary
Constructors Constructor Description AtsCreateNotesRequestDto()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)
-
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 AtsCreateNotesRequestDto.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.util.List<NoteContentApiModel>>content()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>passthrough()Value to pass through to the providerjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<AtsCreateNotesRequestDtoVisibility>visibility()Visibility of the noteAtsCreateNotesRequestDtowithAuthorId(java.lang.String authorId)Unique identifier of the authorAtsCreateNotesRequestDtowithAuthorId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authorId)Unique identifier of the authorAtsCreateNotesRequestDtowithContent(java.util.List<NoteContentApiModel> content)AtsCreateNotesRequestDtowithContent(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<NoteContentApiModel>> content)AtsCreateNotesRequestDtowithPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)Value to pass through to the providerAtsCreateNotesRequestDtowithPassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)Value to pass through to the providerAtsCreateNotesRequestDtowithVisibility(AtsCreateNotesRequestDtoVisibility visibility)Visibility of the noteAtsCreateNotesRequestDtowithVisibility(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateNotesRequestDtoVisibility> visibility)Visibility of the note
-
-
-
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
-
visibility
public org.openapitools.jackson.nullable.JsonNullable<AtsCreateNotesRequestDtoVisibility> visibility()
Visibility of the note
-
passthrough
public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>> passthrough()
Value to pass through to the provider
-
builder
public static AtsCreateNotesRequestDto.Builder builder()
-
withContent
public AtsCreateNotesRequestDto withContent(java.util.List<NoteContentApiModel> content)
-
withContent
public AtsCreateNotesRequestDto withContent(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<NoteContentApiModel>> content)
-
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
-
withVisibility
public AtsCreateNotesRequestDto withVisibility(AtsCreateNotesRequestDtoVisibility visibility)
Visibility of the note
-
withVisibility
public AtsCreateNotesRequestDto withVisibility(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateNotesRequestDtoVisibility> visibility)
Visibility of the note
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-