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