Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam.TeamOwners
Packages that use TeamOwners
Package
Description
-
Uses of TeamOwners 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 TeamOwnersModifier and TypeFieldDescriptionstatic final SimpleProperty<TeamOwners>TeamOwners.ALL_FIELDSSelector for all available fields of TeamOwners.static final SimpleProperty.String<TeamOwners>TeamOwners.RESPONSIBILITY_TEAM_OWNERstatic final SimpleProperty.String<TeamOwners>TeamOwners.RESPY_MGMT_GLOBAL_TEAM_IDstatic final SimpleProperty.String<TeamOwners>TeamOwners.RESPY_MGMT_TEAM_OWNER_TYPEstatic final NavigationProperty.Single<TeamOwners,TeamHeaders> TeamOwners.TO__TEAM_HEADERUse with available request builders to apply the _TeamHeader navigation property to query operations.static final NavigationProperty.Collection<TeamHeaders,TeamOwners> TeamHeaders.TO__TEAM_OWNERSUse with available request builders to apply the _TeamOwners navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam that return TeamOwnersMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam that return types with arguments of type TeamOwnersModifier and TypeMethodDescriptionio.vavr.control.Option<List<TeamOwners>>TeamHeaders.getTeamOwnersIfPresent()Retrieval of associated TeamOwners entities (one to many).TeamOwners.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam with parameters of type TeamOwnersModifier and TypeMethodDescriptionvoidTeamHeaders.addTeamOwners(TeamOwners... entity) Adds elements to the list of associated TeamOwners entities.TeamHeaders.TeamHeadersBuilder.teamOwners(TeamOwners... value) Navigation property _TeamOwners for TeamHeaders to multiple TeamOwners.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam with type arguments of type TeamOwnersModifier and TypeMethodDescriptionvoidTeamHeaders.setTeamOwners(List<TeamOwners> value) Overwrites the list of associated TeamOwners entities for the loaded navigation property _TeamOwners. -
Uses of TeamOwners 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 TeamOwnersModifier and TypeMethodDescriptionDefaultResponsibilityManagementTeamService.countTeamOwners()Deprecated.ResponsibilityManagementTeamService.countTeamOwners()Deprecated.Fetch the number of entries from theTeamOwnersentity collection matching the filter and search expressions.DefaultResponsibilityManagementTeamService.getAllTeamOwners()Deprecated.ResponsibilityManagementTeamService.getAllTeamOwners()Deprecated.Fetch multipleTeamOwnersentities.DefaultResponsibilityManagementTeamService.getTeamOwnersByKey(String respyMgmtGlobalTeamID, String respyMgmtTeamOwnerType, String responsibilityTeamOwner) Deprecated.ResponsibilityManagementTeamService.getTeamOwnersByKey(String respyMgmtGlobalTeamID, String respyMgmtTeamOwnerType, String responsibilityTeamOwner) Deprecated.Fetch a singleTeamOwnersentity using key fields.