Package com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration
Class TeamTypeRespyAttributeTexts.TeamTypeRespyAttributeTextsBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration.TeamTypeRespyAttributeTexts.TeamTypeRespyAttributeTextsBuilder
- Enclosing class:
- TeamTypeRespyAttributeTexts
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2respyMgmtAttributeName(String respyMgmtAttributeName) (Key Field) Constraints: Not nullable, Maximum length: 30respyMgmtAttributeText(String respyMgmtAttributeText) Constraints: Not nullable, Maximum length: 50respyMgmtTeamType(String respyMgmtTeamType) (Key Field) Constraints: Not nullable, Maximum length: 10toString()
-
Method Details
-
respyMgmtTeamType
@Nonnull public TeamTypeRespyAttributeTexts.TeamTypeRespyAttributeTextsBuilder respyMgmtTeamType(@Nullable String respyMgmtTeamType) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RespyMgmtTeamType
- Returns:
this.
-
respyMgmtAttributeName
@Nonnull public TeamTypeRespyAttributeTexts.TeamTypeRespyAttributeTextsBuilder respyMgmtAttributeName(@Nullable String respyMgmtAttributeName) (Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: RespyMgmtAttributeName
- Returns:
this.
-
language
@Nonnull public TeamTypeRespyAttributeTexts.TeamTypeRespyAttributeTextsBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
respyMgmtAttributeText
@Nonnull public TeamTypeRespyAttributeTexts.TeamTypeRespyAttributeTextsBuilder respyMgmtAttributeText(@Nullable String respyMgmtAttributeText) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: RespyMgmtAttributeText
- Returns:
this.
-
build
-
toString
-