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