Package com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfigurationv2
Class RespyMTeamCatRespyAttrib.RespyMTeamCatRespyAttribBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfigurationv2.RespyMTeamCatRespyAttrib.RespyMTeamCatRespyAttribBuilder
- Enclosing class:
- RespyMTeamCatRespyAttrib
Helper class to allow for fluent creation of RespyMTeamCatRespyAttrib instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property _ResponsibilityAttributeTexts for RespyMTeamCatRespyAttrib to multiple RespyTeamCategoryAttribTxt.respyMgmtAttributeName(String respyMgmtAttributeName) (Key Field) Constraints: Not nullable, Maximum length: 30respyMgmtTeamCategory(String respyMgmtTeamCategory) (Key Field) Constraints: Not nullable, Maximum length: 30Navigation property _TeamCategory for RespyMTeamCatRespyAttrib to single RespyMgmtTeamCategory.toString()
-
Method Details
-
responsibilityAttributeTexts
@Nonnull public RespyMTeamCatRespyAttrib.RespyMTeamCatRespyAttribBuilder responsibilityAttributeTexts(RespyTeamCategoryAttribTxt... value) Navigation property _ResponsibilityAttributeTexts for RespyMTeamCatRespyAttrib to multiple RespyTeamCategoryAttribTxt.- Parameters:
value- The RespyTeamCategoryAttribTxts to build this RespyMTeamCatRespyAttrib with.- Returns:
- This Builder to allow for a fluent interface.
-
teamCategory
@Nonnull public RespyMTeamCatRespyAttrib.RespyMTeamCatRespyAttribBuilder teamCategory(RespyMgmtTeamCategory value) Navigation property _TeamCategory for RespyMTeamCatRespyAttrib to single RespyMgmtTeamCategory.- Parameters:
value- The RespyMgmtTeamCategory to build this RespyMTeamCatRespyAttrib with.- Returns:
- This Builder to allow for a fluent interface.
-
respyMgmtTeamCategory
@Nonnull public RespyMTeamCatRespyAttrib.RespyMTeamCatRespyAttribBuilder respyMgmtTeamCategory(@Nullable String respyMgmtTeamCategory) (Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: RespyMgmtTeamCategory
- Returns:
this.
-
respyMgmtAttributeName
@Nonnull public RespyMTeamCatRespyAttrib.RespyMTeamCatRespyAttribBuilder respyMgmtAttributeName(@Nullable String respyMgmtAttributeName) (Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: RespyMgmtAttributeName
- Returns:
this.
-
build
-
toString
-