Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam.TeamCategories
Packages that use TeamCategories
Package
Description
-
Uses of TeamCategories in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam with type parameters of type TeamCategoriesModifier and TypeFieldDescriptionstatic final SimpleProperty<TeamCategories>TeamCategories.ALL_FIELDSSelector for all available fields of TeamCategories.static final SimpleProperty.String<TeamCategories>TeamCategories.RESPY_MGMT_TEAM_CATEGORYstatic final NavigationProperty.Single<TeamTypes,TeamCategories> TeamTypes.TO__TEAM_CATEGORYUse with available request builders to apply the _TeamCategory navigation property to query operations.static final NavigationProperty.Collection<TeamCategories,TeamCategoryTexts> TeamCategories.TO__TEAM_CATEGORY_TEXTSUse with available request builders to apply the _TeamCategoryTexts navigation property to query operations.static final NavigationProperty.Collection<TeamCategories,TeamTypes> TeamCategories.TO__TEAM_TYPESUse with available request builders to apply the _TeamTypes navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam that return TeamCategoriesMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam that return types with arguments of type TeamCategoriesModifier and TypeMethodDescriptionio.vavr.control.Option<TeamCategories>TeamTypes.getTeamCategoryIfPresent()Retrieval of associated TeamCategories entity (one to one).TeamCategories.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam with parameters of type TeamCategoriesModifier and TypeMethodDescriptionvoidTeamTypes.setTeamCategory(TeamCategories value) Overwrites the associated TeamCategories entity for the loaded navigation property _TeamCategory.TeamTypes.TeamTypesBuilder.teamCategory(TeamCategories value) Navigation property _TeamCategory for TeamTypes to single TeamCategories.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam with parameters of type TeamCategoriesModifierConstructorDescriptionTeamTypes(String respyMgmtTeamType, String respyMgmtTeamCategory, TeamCategories to_TeamCategory, List<TeamTypeTexts> to_TeamTypeTexts) -
Uses of TeamCategories 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 TeamCategoriesModifier and TypeMethodDescriptionDefaultResponsibilityManagementTeamService.countTeamCategories()Deprecated.ResponsibilityManagementTeamService.countTeamCategories()Deprecated.Fetch the number of entries from theTeamCategoriesentity collection matching the filter and search expressions.DefaultResponsibilityManagementTeamService.getAllTeamCategories()Deprecated.ResponsibilityManagementTeamService.getAllTeamCategories()Deprecated.Fetch multipleTeamCategoriesentities.DefaultResponsibilityManagementTeamService.getTeamCategoriesByKey(String respyMgmtTeamCategory) Deprecated.ResponsibilityManagementTeamService.getTeamCategoriesByKey(String respyMgmtTeamCategory) Deprecated.Fetch a singleTeamCategoriesentity using key fields.