Class AtsUpdateApplicationNoteRequest
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsUpdateApplicationNoteRequest
-
public class AtsUpdateApplicationNoteRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsUpdateApplicationNoteRequest.Builder
-
Constructor Summary
Constructors Constructor Description AtsUpdateApplicationNoteRequest(java.lang.String xAccountId, java.lang.String id, java.lang.String subResourceId, AtsUpdateNotesRequestDto atsUpdateNotesRequestDto)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsUpdateNotesRequestDtoatsUpdateNotesRequestDto()static AtsUpdateApplicationNoteRequest.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.Stringid()java.lang.StringsubResourceId()java.lang.StringtoString()AtsUpdateApplicationNoteRequestwithAtsUpdateNotesRequestDto(AtsUpdateNotesRequestDto atsUpdateNotesRequestDto)AtsUpdateApplicationNoteRequestwithId(java.lang.String id)AtsUpdateApplicationNoteRequestwithSubResourceId(java.lang.String subResourceId)AtsUpdateApplicationNoteRequestwithXAccountId(java.lang.String xAccountId)The account identifierjava.lang.StringxAccountId()The account identifier
-
-
-
Constructor Detail
-
AtsUpdateApplicationNoteRequest
public AtsUpdateApplicationNoteRequest(java.lang.String xAccountId, java.lang.String id, java.lang.String subResourceId, AtsUpdateNotesRequestDto atsUpdateNotesRequestDto)
-
-
Method Detail
-
xAccountId
public java.lang.String xAccountId()
The account identifier
-
id
public java.lang.String id()
-
subResourceId
public java.lang.String subResourceId()
-
atsUpdateNotesRequestDto
public AtsUpdateNotesRequestDto atsUpdateNotesRequestDto()
-
builder
public static AtsUpdateApplicationNoteRequest.Builder builder()
-
withXAccountId
public AtsUpdateApplicationNoteRequest withXAccountId(java.lang.String xAccountId)
The account identifier
-
withId
public AtsUpdateApplicationNoteRequest withId(java.lang.String id)
-
withSubResourceId
public AtsUpdateApplicationNoteRequest withSubResourceId(java.lang.String subResourceId)
-
withAtsUpdateNotesRequestDto
public AtsUpdateApplicationNoteRequest withAtsUpdateNotesRequestDto(AtsUpdateNotesRequestDto atsUpdateNotesRequestDto)
-
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
-
-