Package com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfigurationv2
Class RespyMTeamCategoryFunction.RespyMTeamCategoryFunctionBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfigurationv2.RespyMTeamCategoryFunction.RespyMTeamCategoryFunctionBuilder
- Enclosing class:
- RespyMTeamCategoryFunction
public static final class RespyMTeamCategoryFunction.RespyMTeamCategoryFunctionBuilder
extends Object
Helper class to allow for fluent creation of RespyMTeamCategoryFunction instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()functionTexts(RespyMTeamCategoryFuncText... value) Navigation property _FunctionTexts for RespyMTeamCategoryFunction to multiple RespyMTeamCategoryFuncText.respyMgmtFunction(String respyMgmtFunction) (Key Field) Constraints: Not nullable, Maximum length: 10respyMgmtTeamCategory(String respyMgmtTeamCategory) (Key Field) Constraints: Not nullable, Maximum length: 30Navigation property _TeamCategory for RespyMTeamCategoryFunction to single RespyMgmtTeamCategory.toString()
-
Method Details
-
functionTexts
@Nonnull public RespyMTeamCategoryFunction.RespyMTeamCategoryFunctionBuilder functionTexts(RespyMTeamCategoryFuncText... value) Navigation property _FunctionTexts for RespyMTeamCategoryFunction to multiple RespyMTeamCategoryFuncText.- Parameters:
value- The RespyMTeamCategoryFuncTexts to build this RespyMTeamCategoryFunction with.- Returns:
- This Builder to allow for a fluent interface.
-
teamCategory
@Nonnull public RespyMTeamCategoryFunction.RespyMTeamCategoryFunctionBuilder teamCategory(RespyMgmtTeamCategory value) Navigation property _TeamCategory for RespyMTeamCategoryFunction to single RespyMgmtTeamCategory.- Parameters:
value- The RespyMgmtTeamCategory to build this RespyMTeamCategoryFunction with.- Returns:
- This Builder to allow for a fluent interface.
-
respyMgmtTeamCategory
@Nonnull public RespyMTeamCategoryFunction.RespyMTeamCategoryFunctionBuilder respyMgmtTeamCategory(@Nullable String respyMgmtTeamCategory) (Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: RespyMgmtTeamCategory
- Returns:
this.
-
respyMgmtFunction
@Nonnull public RespyMTeamCategoryFunction.RespyMTeamCategoryFunctionBuilder respyMgmtFunction(@Nullable String respyMgmtFunction) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RespyMgmtFunction
- Returns:
this.
-
build
-
toString
-