Class TeamMemberFunctions.TeamMemberFunctionsBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam.TeamMemberFunctions.TeamMemberFunctionsBuilder
- Enclosing class:
- TeamMemberFunctions
Helper class to allow for fluent creation of TeamMemberFunctions 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(TeamMembers value) Navigation property _TeamMember for TeamMemberFunctions to single TeamMembers.toString()
-
Method Details
-
teamMember
Navigation property _TeamMember for TeamMemberFunctions to single TeamMembers.- Parameters:
value- The TeamMembers to build this TeamMemberFunctions with.- Returns:
- This Builder to allow for a fluent interface.
-
respyMgmtGlobalTeamID
@Nonnull public TeamMemberFunctions.TeamMemberFunctionsBuilder respyMgmtGlobalTeamID(@Nullable String respyMgmtGlobalTeamID) (Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: RespyMgmtGlobalTeamID
- Returns:
this.
-
respyMgmtTeamMemberType
@Nonnull public TeamMemberFunctions.TeamMemberFunctionsBuilder respyMgmtTeamMemberType(@Nullable String respyMgmtTeamMemberType) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: RespyMgmtTeamMemberType
- Returns:
this.
-
responsibilityTeamMember
@Nonnull public TeamMemberFunctions.TeamMemberFunctionsBuilder responsibilityTeamMember(@Nullable String responsibilityTeamMember) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ResponsibilityTeamMember
- Returns:
this.
-
respyMgmtFunction
@Nonnull public TeamMemberFunctions.TeamMemberFunctionsBuilder respyMgmtFunction(@Nullable String respyMgmtFunction) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RespyMgmtFunction
- Returns:
this.
-
build
-
toString
-