Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam.TeamTypes
Packages that use TeamTypes
Package
Description
-
Uses of TeamTypes 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 TeamTypesModifier and TypeFieldDescriptionstatic final SimpleProperty<TeamTypes>TeamTypes.ALL_FIELDSSelector for all available fields of TeamTypes.static final SimpleProperty.String<TeamTypes>TeamTypes.RESPY_MGMT_TEAM_CATEGORYstatic final SimpleProperty.String<TeamTypes>TeamTypes.RESPY_MGMT_TEAM_TYPEstatic 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.Single<TeamHeaders,TeamTypes> TeamHeaders.TO__TEAM_TYPEUse with available request builders to apply the _TeamType navigation property to query operations.static final NavigationProperty.Collection<TeamTypes,TeamTypeTexts> TeamTypes.TO__TEAM_TYPE_TEXTSUse with available request builders to apply the _TeamTypeTexts 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.responsibilitymanagementteam that return TeamTypesMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam that return types with arguments of type TeamTypesModifier and TypeMethodDescriptionio.vavr.control.Option<TeamTypes>TeamHeaders.getTeamTypeIfPresent()Retrieval of associated TeamTypes entity (one to one).TeamCategories.getTeamTypesIfPresent()Retrieval of associated TeamTypes entities (one to many).TeamTypes.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam with parameters of type TeamTypesModifier and TypeMethodDescriptionvoidTeamCategories.addTeamTypes(TeamTypes... entity) Adds elements to the list of associated TeamTypes entities.voidTeamHeaders.setTeamType(TeamTypes value) Overwrites the associated TeamTypes entity for the loaded navigation property _TeamType.Navigation property _TeamType for TeamHeaders to single TeamTypes.Navigation property _TeamTypes for TeamCategories to multiple TeamTypes.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam with type arguments of type TeamTypesModifier and TypeMethodDescriptionvoidTeamCategories.setTeamTypes(List<TeamTypes> value) Overwrites the list of associated TeamTypes entities for the loaded navigation property _TeamTypes.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam with parameters of type TeamTypesModifierConstructorDescriptionTeamHeaders(String respyMgmtGlobalTeamID, String respyMgmtTeamName, String respyMgmtTeamStatus, String respyMgmtTeamType, String respyMgmtTeamCategory, List<TeamAttributes> to_TeamAttributes, List<TeamMembers> to_TeamMembers, List<TeamOwners> to_TeamOwners, List<TeamStatusTexts> to_TeamStatusTexts, TeamTypes to_TeamType) -
Uses of TeamTypes 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 TeamTypesModifier and TypeMethodDescriptionDefaultResponsibilityManagementTeamService.countTeamTypes()Deprecated.ResponsibilityManagementTeamService.countTeamTypes()Deprecated.Fetch the number of entries from theTeamTypesentity collection matching the filter and search expressions.DefaultResponsibilityManagementTeamService.getAllTeamTypes()Deprecated.ResponsibilityManagementTeamService.getAllTeamTypes()Deprecated.Fetch multipleTeamTypesentities.DefaultResponsibilityManagementTeamService.getTeamTypesByKey(String respyMgmtTeamType) Deprecated.ResponsibilityManagementTeamService.getTeamTypesByKey(String respyMgmtTeamType) Deprecated.Fetch a singleTeamTypesentity using key fields.