Class D_CADisputeCaseRetrieveNoteR.D_CADisputeCaseRetrieveNoteRBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.contractaccountingdisputecase.D_CADisputeCaseRetrieveNoteR.D_CADisputeCaseRetrieveNoteRBuilder
- Enclosing class:
- D_CADisputeCaseRetrieveNoteR
-
Method Summary
Modifier and TypeMethodDescriptionbuild()caseNoteCreatedByUser(String caseNoteCreatedByUser) Constraints: Not nullable, Maximum length: 12caseNoteLastChangeDateTime(OffsetDateTime caseNoteLastChangeDateTime) Constraints: Nullable, Precision: 7caseNoteText(String caseNoteText) Constraints: Not nullable, Maximum length: 132caseNoteTypeName(String caseNoteTypeName) Constraints: Not nullable, Maximum length: 30Constraints: NullabletoString()
-
Method Details
-
caseNoteCreatedByUser
@Nonnull public D_CADisputeCaseRetrieveNoteR.D_CADisputeCaseRetrieveNoteRBuilder caseNoteCreatedByUser(@Nullable String caseNoteCreatedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CaseNoteCreatedByUser
- Returns:
this.
-
caseNoteLastChangeDateTime
@Nonnull public D_CADisputeCaseRetrieveNoteR.D_CADisputeCaseRetrieveNoteRBuilder caseNoteLastChangeDateTime(@Nullable OffsetDateTime caseNoteLastChangeDateTime) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: CaseNoteLastChangeDateTime
- Returns:
this.
-
caseNoteText
@Nonnull public D_CADisputeCaseRetrieveNoteR.D_CADisputeCaseRetrieveNoteRBuilder caseNoteText(@Nullable String caseNoteText) Constraints: Not nullable, Maximum length: 132Original property name from the Odata EDM: CaseNoteText
- Returns:
this.
-
caseNoteTypeName
@Nonnull public D_CADisputeCaseRetrieveNoteR.D_CADisputeCaseRetrieveNoteRBuilder caseNoteTypeName(@Nullable String caseNoteTypeName) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: CaseNoteTypeName
- Returns:
this.
-
caseUUID
@Nonnull public D_CADisputeCaseRetrieveNoteR.D_CADisputeCaseRetrieveNoteRBuilder caseUUID(@Nullable UUID caseUUID) Constraints: NullableOriginal property name from the Odata EDM: CaseUUID
- Returns:
this.
-
build
-
toString
-