Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration.TeamCategoryRespyAttributes
Packages that use TeamCategoryRespyAttributes
Package
Description
-
Uses of TeamCategoryRespyAttributes in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration with type parameters of type TeamCategoryRespyAttributesModifier and TypeFieldDescriptionstatic final SimpleProperty<TeamCategoryRespyAttributes>TeamCategoryRespyAttributes.ALL_FIELDSSelector for all available fields of TeamCategoryRespyAttributes.static final SimpleProperty.String<TeamCategoryRespyAttributes>TeamCategoryRespyAttributes.RESPY_MGMT_ATTRIBUTE_NAMEstatic final SimpleProperty.String<TeamCategoryRespyAttributes>TeamCategoryRespyAttributes.RESPY_MGMT_TEAM_CATEGORYstatic final NavigationProperty.Collection<TeamCategoryRespyAttributes,TeamCategoryRespyAttributeTxts> TeamCategoryRespyAttributes.TO__RESPONSIBILITY_ATTRIBUTE_TEXTSUse with available request builders to apply the _ResponsibilityAttributeTexts navigation property to query operations.TeamCategoryRespyAttributes.TO__TEAM_CATEGORYUse with available request builders to apply the _TeamCategory navigation property to query operations.TeamCategories.TO__TEAM_CATEGORY_RESPY_ATTRIBUTESUse with available request builders to apply the _TeamCategoryRespyAttributes navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration that return TeamCategoryRespyAttributesModifier and TypeMethodDescriptionTeamCategoryRespyAttributes.TeamCategoryRespyAttributesBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration that return types with arguments of type TeamCategoryRespyAttributesModifier and TypeMethodDescriptionio.vavr.control.Option<List<TeamCategoryRespyAttributes>>TeamCategories.getTeamCategoryRespyAttributesIfPresent()Retrieval of associated TeamCategoryRespyAttributes entities (one to many).TeamCategoryRespyAttributes.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration with parameters of type TeamCategoryRespyAttributesModifier and TypeMethodDescriptionvoidTeamCategories.addTeamCategoryRespyAttributes(TeamCategoryRespyAttributes... entity) Adds elements to the list of associated TeamCategoryRespyAttributes entities.TeamCategories.TeamCategoriesBuilder.teamCategoryRespyAttributes(TeamCategoryRespyAttributes... value) Navigation property _TeamCategoryRespyAttributes for TeamCategories to multiple TeamCategoryRespyAttributes.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration with type arguments of type TeamCategoryRespyAttributesModifier and TypeMethodDescriptionvoidTeamCategories.setTeamCategoryRespyAttributes(List<TeamCategoryRespyAttributes> value) Overwrites the list of associated TeamCategoryRespyAttributes entities for the loaded navigation property _TeamCategoryRespyAttributes. -
Uses of TeamCategoryRespyAttributes in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type TeamCategoryRespyAttributesModifier and TypeMethodDescriptionDefaultResponsibilityManagementTeamConfigurationService.countTeamCategoryRespyAttributes()Deprecated.ResponsibilityManagementTeamConfigurationService.countTeamCategoryRespyAttributes()Deprecated.Fetch the number of entries from theTeamCategoryRespyAttributesentity collection matching the filter and search expressions.DefaultResponsibilityManagementTeamConfigurationService.getAllTeamCategoryRespyAttributes()Deprecated.ResponsibilityManagementTeamConfigurationService.getAllTeamCategoryRespyAttributes()Deprecated.Fetch multipleTeamCategoryRespyAttributesentities.DefaultResponsibilityManagementTeamConfigurationService.getTeamCategoryRespyAttributesByKey(String respyMgmtTeamCategory, String respyMgmtAttributeName) Deprecated.ResponsibilityManagementTeamConfigurationService.getTeamCategoryRespyAttributesByKey(String respyMgmtTeamCategory, String respyMgmtAttributeName) Deprecated.Fetch a singleTeamCategoryRespyAttributesentity using key fields.