Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration.TeamTypes
Packages that use TeamTypes
Package
Description
-
Uses of TeamTypes 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 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<TeamTypeFunctions,TeamTypes> TeamTypeFunctions.TO__TEAM_TYPEUse with available request builders to apply the _TeamType 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,TeamTypeFunctions> TeamTypes.TO__TEAM_TYPE_FUNCTIONSUse with available request builders to apply the _TeamTypeFunctions 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.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.responsibilitymanagementteamconfiguration that return TeamTypesMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration that return types with arguments of type TeamTypesModifier and TypeMethodDescriptionio.vavr.control.Option<TeamTypes>TeamTypeFunctions.getTeamTypeIfPresent()Retrieval of associated TeamTypes entity (one to one).io.vavr.control.Option<TeamTypes>TeamTypeRespyAttributes.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.responsibilitymanagementteamconfiguration with parameters of type TeamTypesModifier and TypeMethodDescriptionvoidTeamCategories.addTeamTypes(TeamTypes... entity) Adds elements to the list of associated TeamTypes entities.voidTeamTypeFunctions.setTeamType(TeamTypes value) Overwrites the associated TeamTypes entity for the loaded navigation property _TeamType.voidTeamTypeRespyAttributes.setTeamType(TeamTypes value) Overwrites the associated TeamTypes entity for the loaded navigation property _TeamType.Navigation property _TeamType for TeamTypeFunctions to single TeamTypes.Navigation property _TeamType for TeamTypeRespyAttributes to single TeamTypes.Navigation property _TeamTypes for TeamCategories to multiple TeamTypes.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration 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.responsibilitymanagementteamconfiguration with parameters of type TeamTypesModifierConstructorDescriptionTeamTypeFunctions(String respyMgmtTeamType, String respyMgmtFunction, String respyMgmtTeamCategory, List<TeamTypeFunctionTexts> to_FunctionTexts, TeamTypes to_TeamType) TeamTypeRespyAttributes(String respyMgmtTeamType, String respyMgmtAttributeName, List<TeamTypeRespyAttributeTexts> to_ResponsibilityAttributeTexts, 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 TypeMethodDescriptionDefaultResponsibilityManagementTeamConfigurationService.countTeamTypes()Deprecated.ResponsibilityManagementTeamConfigurationService.countTeamTypes()Deprecated.Fetch the number of entries from theTeamTypesentity collection matching the filter and search expressions.DefaultResponsibilityManagementTeamConfigurationService.getAllTeamTypes()Deprecated.ResponsibilityManagementTeamConfigurationService.getAllTeamTypes()Deprecated.Fetch multipleTeamTypesentities.DefaultResponsibilityManagementTeamConfigurationService.getTeamTypesByKey(String respyMgmtTeamType) Deprecated.ResponsibilityManagementTeamConfigurationService.getTeamTypesByKey(String respyMgmtTeamType) Deprecated.Fetch a singleTeamTypesentity using key fields.