Class EHSPersonValueHelp.EHSPersonValueHelpBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate.EHSPersonValueHelp.EHSPersonValueHelpBuilder
- Enclosing class:
- EHSPersonValueHelp
-
Method Summary
Modifier and TypeMethodDescriptionbuild()businessPartner(String businessPartner) (Key Field) Constraints: Not nullable, Maximum length: 10businessPartnerName(String businessPartnerName) Constraints: Not nullable, Maximum length: 81companyCode(String companyCode) Constraints: Not nullable, Maximum length: 4companyCodeName(String companyCodeName) Constraints: Not nullable, Maximum length: 25eHSCombinedBusinessPartner(String eHSCombinedBusinessPartner) Constraints: Not nullable, Maximum length: 13Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 40organizationalUnit(String organizationalUnit) Constraints: Not nullable, Maximum length: 8personWorkAgreement(String personWorkAgreement) Constraints: Not nullable, Maximum length: 8toString()
-
Method Details
-
businessPartner
@Nonnull public EHSPersonValueHelp.EHSPersonValueHelpBuilder businessPartner(@Nullable String businessPartner) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartner
- Returns:
this.
-
eHSCombinedBusinessPartner
@Nonnull public EHSPersonValueHelp.EHSPersonValueHelpBuilder eHSCombinedBusinessPartner(@Nullable String eHSCombinedBusinessPartner) Constraints: Not nullable, Maximum length: 13Original property name from the Odata EDM: EHSCombinedBusinessPartner
- Returns:
this.
-
firstName
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: FirstName
- Returns:
this.
-
lastName
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: LastName
- Returns:
this.
-
businessPartnerName
@Nonnull public EHSPersonValueHelp.EHSPersonValueHelpBuilder businessPartnerName(@Nullable String businessPartnerName) Constraints: Not nullable, Maximum length: 81Original property name from the Odata EDM: BusinessPartnerName
- Returns:
this.
-
personWorkAgreement
@Nonnull public EHSPersonValueHelp.EHSPersonValueHelpBuilder personWorkAgreement(@Nullable String personWorkAgreement) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: PersonWorkAgreement
- Returns:
this.
-
organizationalUnit
@Nonnull public EHSPersonValueHelp.EHSPersonValueHelpBuilder organizationalUnit(@Nullable String organizationalUnit) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: OrganizationalUnit
- Returns:
this.
-
companyCode
@Nonnull public EHSPersonValueHelp.EHSPersonValueHelpBuilder companyCode(@Nullable String companyCode) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
companyCodeName
@Nonnull public EHSPersonValueHelp.EHSPersonValueHelpBuilder companyCodeName(@Nullable String companyCodeName) Constraints: Not nullable, Maximum length: 25Original property name from the Odata EDM: CompanyCodeName
- Returns:
this.
-
build
-
toString
-