Class AtsUpdateNotesRequestDto
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsUpdateNotesRequestDto
-
public class AtsUpdateNotesRequestDto extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsUpdateNotesRequestDto.Builder
-
Constructor Summary
Constructors Constructor Description AtsUpdateNotesRequestDto()AtsUpdateNotesRequestDto(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 AtsUpdateNotesRequestDtoVisibility> 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 AtsUpdateNotesRequestDto.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<AtsUpdateNotesRequestDtoVisibility>visibility()Visibility of the noteAtsUpdateNotesRequestDtowithAuthorId(java.lang.String authorId)Unique identifier of the authorAtsUpdateNotesRequestDtowithAuthorId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authorId)Unique identifier of the authorAtsUpdateNotesRequestDtowithContent(java.util.List<NoteContentApiModel> content)AtsUpdateNotesRequestDtowithContent(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<NoteContentApiModel>> content)AtsUpdateNotesRequestDtowithPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)Value to pass through to the providerAtsUpdateNotesRequestDtowithPassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)Value to pass through to the providerAtsUpdateNotesRequestDtowithVisibility(AtsUpdateNotesRequestDtoVisibility visibility)Visibility of the noteAtsUpdateNotesRequestDtowithVisibility(org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateNotesRequestDtoVisibility> visibility)Visibility of the note
-
-
-
Constructor Detail
-
AtsUpdateNotesRequestDto
public AtsUpdateNotesRequestDto(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 AtsUpdateNotesRequestDtoVisibility> visibility, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
-
AtsUpdateNotesRequestDto
public AtsUpdateNotesRequestDto()
-
-
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<AtsUpdateNotesRequestDtoVisibility> 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 final AtsUpdateNotesRequestDto.Builder builder()
-
withContent
public AtsUpdateNotesRequestDto withContent(java.util.List<NoteContentApiModel> content)
-
withContent
public AtsUpdateNotesRequestDto withContent(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<NoteContentApiModel>> content)
-
withAuthorId
public AtsUpdateNotesRequestDto withAuthorId(java.lang.String authorId)
Unique identifier of the author
-
withAuthorId
public AtsUpdateNotesRequestDto withAuthorId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authorId)
Unique identifier of the author
-
withVisibility
public AtsUpdateNotesRequestDto withVisibility(AtsUpdateNotesRequestDtoVisibility visibility)
Visibility of the note
-
withVisibility
public AtsUpdateNotesRequestDto withVisibility(org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateNotesRequestDtoVisibility> visibility)
Visibility of the note
-
withPassthrough
public AtsUpdateNotesRequestDto withPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)
Value to pass through to the provider
-
withPassthrough
public AtsUpdateNotesRequestDto 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
-
-