Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration.TeamTypeRespyAttributes
Packages that use TeamTypeRespyAttributes
Package
Description
-
Uses of TeamTypeRespyAttributes 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 TeamTypeRespyAttributesModifier and TypeFieldDescriptionstatic final SimpleProperty<TeamTypeRespyAttributes>TeamTypeRespyAttributes.ALL_FIELDSSelector for all available fields of TeamTypeRespyAttributes.static final SimpleProperty.String<TeamTypeRespyAttributes>TeamTypeRespyAttributes.RESPY_MGMT_ATTRIBUTE_NAMEstatic final SimpleProperty.String<TeamTypeRespyAttributes>TeamTypeRespyAttributes.RESPY_MGMT_TEAM_TYPETeamTypeRespyAttributes.TO__RESPONSIBILITY_ATTRIBUTE_TEXTSUse with available request builders to apply the _ResponsibilityAttributeTexts navigation property to query operations.static final NavigationProperty.Single<TeamTypeRespyAttributes,TeamTypes> TeamTypeRespyAttributes.TO__TEAM_TYPEUse with available request builders to apply the _TeamType navigation property to query operations.static final NavigationProperty.Collection<TeamTypes,TeamTypeRespyAttributes> TeamTypes.TO__TEAM_TYPE_RESPY_ATTRIBUTESUse with available request builders to apply the _TeamTypeRespyAttributes navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration that return TeamTypeRespyAttributesMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration that return types with arguments of type TeamTypeRespyAttributesModifier and TypeMethodDescriptionio.vavr.control.Option<List<TeamTypeRespyAttributes>>TeamTypes.getTeamTypeRespyAttributesIfPresent()Retrieval of associated TeamTypeRespyAttributes entities (one to many).TeamTypeRespyAttributes.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration with parameters of type TeamTypeRespyAttributesModifier and TypeMethodDescriptionvoidTeamTypes.addTeamTypeRespyAttributes(TeamTypeRespyAttributes... entity) Adds elements to the list of associated TeamTypeRespyAttributes entities.TeamTypes.TeamTypesBuilder.teamTypeRespyAttributes(TeamTypeRespyAttributes... value) Navigation property _TeamTypeRespyAttributes for TeamTypes to multiple TeamTypeRespyAttributes.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration with type arguments of type TeamTypeRespyAttributesModifier and TypeMethodDescriptionvoidTeamTypes.setTeamTypeRespyAttributes(List<TeamTypeRespyAttributes> value) Overwrites the list of associated TeamTypeRespyAttributes entities for the loaded navigation property _TeamTypeRespyAttributes. -
Uses of TeamTypeRespyAttributes 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 TeamTypeRespyAttributesModifier and TypeMethodDescriptionDefaultResponsibilityManagementTeamConfigurationService.countTeamTypeRespyAttributes()Deprecated.ResponsibilityManagementTeamConfigurationService.countTeamTypeRespyAttributes()Deprecated.Fetch the number of entries from theTeamTypeRespyAttributesentity collection matching the filter and search expressions.DefaultResponsibilityManagementTeamConfigurationService.getAllTeamTypeRespyAttributes()Deprecated.ResponsibilityManagementTeamConfigurationService.getAllTeamTypeRespyAttributes()Deprecated.Fetch multipleTeamTypeRespyAttributesentities.DefaultResponsibilityManagementTeamConfigurationService.getTeamTypeRespyAttributesByKey(String respyMgmtTeamType, String respyMgmtAttributeName) Deprecated.ResponsibilityManagementTeamConfigurationService.getTeamTypeRespyAttributesByKey(String respyMgmtTeamType, String respyMgmtAttributeName) Deprecated.Fetch a singleTeamTypeRespyAttributesentity using key fields.