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