Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration.TeamCategories
Packages that use TeamCategories
Package
Description
-
Uses of TeamCategories 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 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<TeamCategoryFunctions,TeamCategories> TeamCategoryFunctions.TO__TEAM_CATEGORYUse with available request builders to apply the _TeamCategory navigation property to query operations.TeamCategoryRespyAttributes.TO__TEAM_CATEGORYUse with available request builders to apply the _TeamCategory navigation property to query operations.static 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,TeamCategoryFunctions> TeamCategories.TO__TEAM_CATEGORY_FUNCTIONSUse with available request builders to apply the _TeamCategoryFunctions navigation property to query operations.TeamCategories.TO__TEAM_CATEGORY_RESPY_ATTRIBUTESUse with available request builders to apply the _TeamCategoryRespyAttributes 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.responsibilitymanagementteamconfiguration that return TeamCategoriesMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration that return types with arguments of type TeamCategoriesModifier and TypeMethodDescriptionio.vavr.control.Option<TeamCategories>TeamCategoryFunctions.getTeamCategoryIfPresent()Retrieval of associated TeamCategories entity (one to one).io.vavr.control.Option<TeamCategories>TeamCategoryRespyAttributes.getTeamCategoryIfPresent()Retrieval of associated TeamCategories entity (one to one).io.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.responsibilitymanagementteamconfiguration with parameters of type TeamCategoriesModifier and TypeMethodDescriptionvoidTeamCategoryFunctions.setTeamCategory(TeamCategories value) Overwrites the associated TeamCategories entity for the loaded navigation property _TeamCategory.voidTeamCategoryRespyAttributes.setTeamCategory(TeamCategories value) Overwrites the associated TeamCategories entity for the loaded navigation property _TeamCategory.voidTeamTypes.setTeamCategory(TeamCategories value) Overwrites the associated TeamCategories entity for the loaded navigation property _TeamCategory.TeamCategoryFunctions.TeamCategoryFunctionsBuilder.teamCategory(TeamCategories value) Navigation property _TeamCategory for TeamCategoryFunctions to single TeamCategories.TeamCategoryRespyAttributes.TeamCategoryRespyAttributesBuilder.teamCategory(TeamCategories value) Navigation property _TeamCategory for TeamCategoryRespyAttributes to single TeamCategories.TeamTypes.TeamTypesBuilder.teamCategory(TeamCategories value) Navigation property _TeamCategory for TeamTypes to single TeamCategories.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration with parameters of type TeamCategoriesModifierConstructorDescriptionTeamCategoryFunctions(String respyMgmtTeamCategory, String respyMgmtFunction, List<TeamCategoryFunctionTexts> to_FunctionTexts, TeamCategories to_TeamCategory) TeamCategoryRespyAttributes(String respyMgmtTeamCategory, String respyMgmtAttributeName, List<TeamCategoryRespyAttributeTxts> to_ResponsibilityAttributeTexts, TeamCategories to_TeamCategory) TeamTypes(String respyMgmtTeamType, String respyMgmtTeamCategory, TeamCategories to_TeamCategory, List<TeamTypeFunctions> to_TeamTypeFunctions, List<TeamTypeRespyAttributes> to_TeamTypeRespyAttributes, 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 TypeMethodDescriptionDefaultResponsibilityManagementTeamConfigurationService.countTeamCategories()Deprecated.ResponsibilityManagementTeamConfigurationService.countTeamCategories()Deprecated.Fetch the number of entries from theTeamCategoriesentity collection matching the filter and search expressions.DefaultResponsibilityManagementTeamConfigurationService.getAllTeamCategories()Deprecated.ResponsibilityManagementTeamConfigurationService.getAllTeamCategories()Deprecated.Fetch multipleTeamCategoriesentities.DefaultResponsibilityManagementTeamConfigurationService.getTeamCategoriesByKey(String respyMgmtTeamCategory) Deprecated.ResponsibilityManagementTeamConfigurationService.getTeamCategoriesByKey(String respyMgmtTeamCategory) Deprecated.Fetch a singleTeamCategoriesentity using key fields.