Package com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration
Class TeamTypeFunctionTexts.TeamTypeFunctionTextsBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration.TeamTypeFunctionTexts.TeamTypeFunctionTextsBuilder
- Enclosing class:
- TeamTypeFunctionTexts
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2respyMgmtFunction(String respyMgmtFunction) (Key Field) Constraints: Not nullable, Maximum length: 10respyMgmtFunctionText(String respyMgmtFunctionText) Constraints: Not nullable, Maximum length: 50respyMgmtTeamCategory(String respyMgmtTeamCategory) Constraints: Not nullable, Maximum length: 10respyMgmtTeamType(String respyMgmtTeamType) (Key Field) Constraints: Not nullable, Maximum length: 10toString()
-
Method Details
-
respyMgmtTeamType
@Nonnull public TeamTypeFunctionTexts.TeamTypeFunctionTextsBuilder respyMgmtTeamType(@Nullable String respyMgmtTeamType) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RespyMgmtTeamType
- Returns:
this.
-
respyMgmtFunction
@Nonnull public TeamTypeFunctionTexts.TeamTypeFunctionTextsBuilder respyMgmtFunction(@Nullable String respyMgmtFunction) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RespyMgmtFunction
- Returns:
this.
-
language
@Nonnull public TeamTypeFunctionTexts.TeamTypeFunctionTextsBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
respyMgmtTeamCategory
@Nonnull public TeamTypeFunctionTexts.TeamTypeFunctionTextsBuilder respyMgmtTeamCategory(@Nullable String respyMgmtTeamCategory) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RespyMgmtTeamCategory
- Returns:
this.
-
respyMgmtFunctionText
@Nonnull public TeamTypeFunctionTexts.TeamTypeFunctionTextsBuilder respyMgmtFunctionText(@Nullable String respyMgmtFunctionText) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: RespyMgmtFunctionText
- Returns:
this.
-
build
-
toString
-