Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration.TeamTypeRespyAttributeTexts
Packages that use TeamTypeRespyAttributeTexts
Package
Description
-
Uses of TeamTypeRespyAttributeTexts 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 TeamTypeRespyAttributeTextsModifier and TypeFieldDescriptionstatic final SimpleProperty<TeamTypeRespyAttributeTexts>TeamTypeRespyAttributeTexts.ALL_FIELDSSelector for all available fields of TeamTypeRespyAttributeTexts.static final SimpleProperty.String<TeamTypeRespyAttributeTexts>TeamTypeRespyAttributeTexts.LANGUAGEstatic final SimpleProperty.String<TeamTypeRespyAttributeTexts>TeamTypeRespyAttributeTexts.RESPY_MGMT_ATTRIBUTE_NAMEstatic final SimpleProperty.String<TeamTypeRespyAttributeTexts>TeamTypeRespyAttributeTexts.RESPY_MGMT_ATTRIBUTE_TEXTstatic final SimpleProperty.String<TeamTypeRespyAttributeTexts>TeamTypeRespyAttributeTexts.RESPY_MGMT_TEAM_TYPETeamTypeRespyAttributes.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 TeamTypeRespyAttributeTextsModifier and TypeMethodDescriptionTeamTypeRespyAttributeTexts.TeamTypeRespyAttributeTextsBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration that return types with arguments of type TeamTypeRespyAttributeTextsModifier and TypeMethodDescriptionio.vavr.control.Option<List<TeamTypeRespyAttributeTexts>>TeamTypeRespyAttributes.getResponsibilityAttributeTextsIfPresent()Retrieval of associated TeamTypeRespyAttributeTexts entities (one to many).TeamTypeRespyAttributeTexts.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration with parameters of type TeamTypeRespyAttributeTextsModifier and TypeMethodDescriptionvoidTeamTypeRespyAttributes.addResponsibilityAttributeTexts(TeamTypeRespyAttributeTexts... entity) Adds elements to the list of associated TeamTypeRespyAttributeTexts entities.TeamTypeRespyAttributes.TeamTypeRespyAttributesBuilder.responsibilityAttributeTexts(TeamTypeRespyAttributeTexts... value) Navigation property _ResponsibilityAttributeTexts for TeamTypeRespyAttributes to multiple TeamTypeRespyAttributeTexts.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration with type arguments of type TeamTypeRespyAttributeTextsModifier and TypeMethodDescriptionvoidTeamTypeRespyAttributes.setResponsibilityAttributeTexts(List<TeamTypeRespyAttributeTexts> value) Overwrites the list of associated TeamTypeRespyAttributeTexts entities for the loaded navigation property _ResponsibilityAttributeTexts.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration with type arguments of type TeamTypeRespyAttributeTextsModifierConstructorDescriptionTeamTypeRespyAttributes(String respyMgmtTeamType, String respyMgmtAttributeName, List<TeamTypeRespyAttributeTexts> to_ResponsibilityAttributeTexts, TeamTypes to_TeamType) -
Uses of TeamTypeRespyAttributeTexts 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 TeamTypeRespyAttributeTextsModifier and TypeMethodDescriptionDefaultResponsibilityManagementTeamConfigurationService.countTeamTypeRespyAttributeTexts()Deprecated.ResponsibilityManagementTeamConfigurationService.countTeamTypeRespyAttributeTexts()Deprecated.Fetch the number of entries from theTeamTypeRespyAttributeTextsentity collection matching the filter and search expressions.DefaultResponsibilityManagementTeamConfigurationService.getAllTeamTypeRespyAttributeTexts()Deprecated.ResponsibilityManagementTeamConfigurationService.getAllTeamTypeRespyAttributeTexts()Deprecated.Fetch multipleTeamTypeRespyAttributeTextsentities.DefaultResponsibilityManagementTeamConfigurationService.getTeamTypeRespyAttributeTextsByKey(String respyMgmtTeamType, String respyMgmtAttributeName, String language) Deprecated.ResponsibilityManagementTeamConfigurationService.getTeamTypeRespyAttributeTextsByKey(String respyMgmtTeamType, String respyMgmtAttributeName, String language) Deprecated.Fetch a singleTeamTypeRespyAttributeTextsentity using key fields.