Class RespyMTeamMemberFunction.RespyMTeamMemberFunctionBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamsv2.RespyMTeamMemberFunction.RespyMTeamMemberFunctionBuilder
- Enclosing class:
- RespyMTeamMemberFunction
Helper class to allow for fluent creation of RespyMTeamMemberFunction instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()responsibilityTeamMember(String responsibilityTeamMember) (Key Field) Constraints: Not nullable, Maximum length: 10respyMgmtFunction(String respyMgmtFunction) (Key Field) Constraints: Not nullable, Maximum length: 10respyMgmtGlobalTeamID(String respyMgmtGlobalTeamID) (Key Field) Constraints: Not nullable, Maximum length: 40respyMgmtTeamMemberType(String respyMgmtTeamMemberType) (Key Field) Constraints: Not nullable, Maximum length: 2teamMember(RespyMgmtTeamMember value) Navigation property _TeamMember for RespyMTeamMemberFunction to single RespyMgmtTeamMember.toString()
-
Method Details
-
teamMember
@Nonnull public RespyMTeamMemberFunction.RespyMTeamMemberFunctionBuilder teamMember(RespyMgmtTeamMember value) Navigation property _TeamMember for RespyMTeamMemberFunction to single RespyMgmtTeamMember.- Parameters:
value- The RespyMgmtTeamMember to build this RespyMTeamMemberFunction with.- Returns:
- This Builder to allow for a fluent interface.
-
respyMgmtGlobalTeamID
@Nonnull public RespyMTeamMemberFunction.RespyMTeamMemberFunctionBuilder respyMgmtGlobalTeamID(@Nullable String respyMgmtGlobalTeamID) (Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: RespyMgmtGlobalTeamID
- Returns:
this.
-
respyMgmtTeamMemberType
@Nonnull public RespyMTeamMemberFunction.RespyMTeamMemberFunctionBuilder respyMgmtTeamMemberType(@Nullable String respyMgmtTeamMemberType) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: RespyMgmtTeamMemberType
- Returns:
this.
-
responsibilityTeamMember
@Nonnull public RespyMTeamMemberFunction.RespyMTeamMemberFunctionBuilder responsibilityTeamMember(@Nullable String responsibilityTeamMember) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ResponsibilityTeamMember
- Returns:
this.
-
respyMgmtFunction
@Nonnull public RespyMTeamMemberFunction.RespyMTeamMemberFunctionBuilder respyMgmtFunction(@Nullable String respyMgmtFunction) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RespyMgmtFunction
- Returns:
this.
-
build
-
toString
-