Class ServiceConfItemUserStatus.ServiceConfItemUserStatusBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.ServiceConfItemUserStatus.ServiceConfItemUserStatusBuilder
- Enclosing class:
- ServiceConfItemUserStatus
-
Method Summary
Modifier and TypeMethodDescriptionbuild()serviceConfirmation(String serviceConfirmation) (Key Field) Constraints: Not nullable, Maximum length: 10serviceConfirmationItem(String serviceConfirmationItem) (Key Field) Constraints: Not nullable, Maximum length: 6srvcConfItemUserStatus(String srvcConfItemUserStatus) (Key Field) Constraints: Not nullable, Maximum length: 5toString()
-
Method Details
-
serviceConfirmation
@Nonnull public ServiceConfItemUserStatus.ServiceConfItemUserStatusBuilder serviceConfirmation(@Nullable String serviceConfirmation) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServiceConfirmation
- Returns:
this.
-
serviceConfirmationItem
@Nonnull public ServiceConfItemUserStatus.ServiceConfItemUserStatusBuilder serviceConfirmationItem(@Nullable String serviceConfirmationItem) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: ServiceConfirmationItem
- Returns:
this.
-
srvcConfItemUserStatus
@Nonnull public ServiceConfItemUserStatus.ServiceConfItemUserStatusBuilder srvcConfItemUserStatus(@Nullable String srvcConfItemUserStatus) (Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: SrvcConfItemUserStatus
- Returns:
this.
-
build
-
toString
-