Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration.TeamCategoryRespyAttributeTxts
Packages that use TeamCategoryRespyAttributeTxts
Package
Description
-
Uses of TeamCategoryRespyAttributeTxts 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 TeamCategoryRespyAttributeTxtsModifier and TypeFieldDescriptionstatic final SimpleProperty<TeamCategoryRespyAttributeTxts>TeamCategoryRespyAttributeTxts.ALL_FIELDSSelector for all available fields of TeamCategoryRespyAttributeTxts.static final SimpleProperty.String<TeamCategoryRespyAttributeTxts>TeamCategoryRespyAttributeTxts.LANGUAGEstatic final SimpleProperty.String<TeamCategoryRespyAttributeTxts>TeamCategoryRespyAttributeTxts.RESPY_MGMT_ATTRIBUTE_NAMEstatic final SimpleProperty.String<TeamCategoryRespyAttributeTxts>TeamCategoryRespyAttributeTxts.RESPY_MGMT_ATTRIBUTE_TEXTstatic final SimpleProperty.String<TeamCategoryRespyAttributeTxts>TeamCategoryRespyAttributeTxts.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.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration that return TeamCategoryRespyAttributeTxtsModifier and TypeMethodDescriptionTeamCategoryRespyAttributeTxts.TeamCategoryRespyAttributeTxtsBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration that return types with arguments of type TeamCategoryRespyAttributeTxtsModifier and TypeMethodDescriptionio.vavr.control.Option<List<TeamCategoryRespyAttributeTxts>>TeamCategoryRespyAttributes.getResponsibilityAttributeTextsIfPresent()Retrieval of associated TeamCategoryRespyAttributeTxts entities (one to many).TeamCategoryRespyAttributeTxts.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration with parameters of type TeamCategoryRespyAttributeTxtsModifier and TypeMethodDescriptionvoidTeamCategoryRespyAttributes.addResponsibilityAttributeTexts(TeamCategoryRespyAttributeTxts... entity) Adds elements to the list of associated TeamCategoryRespyAttributeTxts entities.TeamCategoryRespyAttributes.TeamCategoryRespyAttributesBuilder.responsibilityAttributeTexts(TeamCategoryRespyAttributeTxts... value) Navigation property _ResponsibilityAttributeTexts for TeamCategoryRespyAttributes to multiple TeamCategoryRespyAttributeTxts.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration with type arguments of type TeamCategoryRespyAttributeTxtsModifier and TypeMethodDescriptionvoidTeamCategoryRespyAttributes.setResponsibilityAttributeTexts(List<TeamCategoryRespyAttributeTxts> value) Overwrites the list of associated TeamCategoryRespyAttributeTxts entities for the loaded navigation property _ResponsibilityAttributeTexts.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration with type arguments of type TeamCategoryRespyAttributeTxtsModifierConstructorDescriptionTeamCategoryRespyAttributes(String respyMgmtTeamCategory, String respyMgmtAttributeName, List<TeamCategoryRespyAttributeTxts> to_ResponsibilityAttributeTexts, TeamCategories to_TeamCategory) -
Uses of TeamCategoryRespyAttributeTxts 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 TeamCategoryRespyAttributeTxtsModifier and TypeMethodDescriptionDefaultResponsibilityManagementTeamConfigurationService.countTeamCategoryRespyAttributeTxts()Deprecated.ResponsibilityManagementTeamConfigurationService.countTeamCategoryRespyAttributeTxts()Deprecated.Fetch the number of entries from theTeamCategoryRespyAttributeTxtsentity collection matching the filter and search expressions.DefaultResponsibilityManagementTeamConfigurationService.getAllTeamCategoryRespyAttributeTxts()Deprecated.ResponsibilityManagementTeamConfigurationService.getAllTeamCategoryRespyAttributeTxts()Deprecated.Fetch multipleTeamCategoryRespyAttributeTxtsentities.DefaultResponsibilityManagementTeamConfigurationService.getTeamCategoryRespyAttributeTxtsByKey(String respyMgmtTeamCategory, String respyMgmtAttributeName, String language) Deprecated.ResponsibilityManagementTeamConfigurationService.getTeamCategoryRespyAttributeTxtsByKey(String respyMgmtTeamCategory, String respyMgmtAttributeName, String language) Deprecated.Fetch a singleTeamCategoryRespyAttributeTxtsentity using key fields.