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