Class SuplrActyTskProcessor.SuplrActyTskProcessorBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplieractivitytask.SuplrActyTskProcessor.SuplrActyTskProcessorBuilder
- Enclosing class:
- SuplrActyTskProcessor
-
Method Summary
Modifier and TypeMethodDescriptionbuild()emailAddress(String emailAddress) Constraints: Not nullable, Maximum length: 241suplrActyTaskPartyUUID(UUID suplrActyTaskPartyUUID) (Key Field) Constraints: Not nullablesuplrActyTaskUUID(UUID suplrActyTaskUUID) Constraints: nonetoString()Constraints: Not nullable, Maximum length: 12
-
Method Details
-
suplrActyTaskPartyUUID
@Nonnull public SuplrActyTskProcessor.SuplrActyTskProcessorBuilder suplrActyTaskPartyUUID(@Nullable UUID suplrActyTaskPartyUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SuplrActyTaskPartyUUID
- Returns:
this.
-
suplrActyTaskUUID
@Nonnull public SuplrActyTskProcessor.SuplrActyTskProcessorBuilder suplrActyTaskUUID(@Nullable UUID suplrActyTaskUUID) Constraints: noneOriginal property name from the Odata EDM: SuplrActyTaskUUID
- Returns:
this.
-
userID
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: UserID
- Returns:
this.
-
emailAddress
@Nonnull public SuplrActyTskProcessor.SuplrActyTskProcessorBuilder emailAddress(@Nullable String emailAddress) Constraints: Not nullable, Maximum length: 241Original property name from the Odata EDM: EmailAddress
- Returns:
this.
-
build
-
toString
-