Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam.TeamAttributes
Packages that use TeamAttributes
Package
Description
-
Uses of TeamAttributes 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 TeamAttributesModifier and TypeFieldDescriptionstatic final SimpleProperty<TeamAttributes>TeamAttributes.ALL_FIELDSSelector for all available fields of TeamAttributes.static final SimpleProperty.String<TeamAttributes>TeamAttributes.RESPY_MGMT_ATTRIBUTE_HIGH_VALUEstatic final SimpleProperty.String<TeamAttributes>TeamAttributes.RESPY_MGMT_ATTRIBUTE_LOW_VALUEstatic final SimpleProperty.String<TeamAttributes>TeamAttributes.RESPY_MGMT_ATTRIBUTE_NAMEstatic final SimpleProperty.String<TeamAttributes>TeamAttributes.RESPY_MGMT_ATTRIBUTE_OPTIONstatic final SimpleProperty.String<TeamAttributes>TeamAttributes.RESPY_MGMT_ATTRIBUTE_SIGNstatic final SimpleProperty.String<TeamAttributes>TeamAttributes.RESPY_MGMT_GLOBAL_TEAM_IDstatic final NavigationProperty.Collection<TeamHeaders,TeamAttributes> TeamHeaders.TO__TEAM_ATTRIBUTESUse with available request builders to apply the _TeamAttributes navigation property to query operations.static final NavigationProperty.Single<TeamAttributes,TeamHeaders> TeamAttributes.TO__TEAM_HEADERUse with available request builders to apply the _TeamHeader navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam that return TeamAttributesMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam that return types with arguments of type TeamAttributesModifier and TypeMethodDescriptionio.vavr.control.Option<List<TeamAttributes>>TeamHeaders.getTeamAttributesIfPresent()Retrieval of associated TeamAttributes entities (one to many).TeamAttributes.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam with parameters of type TeamAttributesModifier and TypeMethodDescriptionvoidTeamHeaders.addTeamAttributes(TeamAttributes... entity) Adds elements to the list of associated TeamAttributes entities.TeamHeaders.TeamHeadersBuilder.teamAttributes(TeamAttributes... value) Navigation property _TeamAttributes for TeamHeaders to multiple TeamAttributes.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam with type arguments of type TeamAttributesModifier and TypeMethodDescriptionvoidTeamHeaders.setTeamAttributes(List<TeamAttributes> value) Overwrites the list of associated TeamAttributes entities for the loaded navigation property _TeamAttributes.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam with type arguments of type TeamAttributesModifierConstructorDescriptionTeamHeaders(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 TeamAttributes 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 TeamAttributesModifier and TypeMethodDescriptionDefaultResponsibilityManagementTeamService.countTeamAttributes()Deprecated.ResponsibilityManagementTeamService.countTeamAttributes()Deprecated.Fetch the number of entries from theTeamAttributesentity collection matching the filter and search expressions.DefaultResponsibilityManagementTeamService.getAllTeamAttributes()Deprecated.ResponsibilityManagementTeamService.getAllTeamAttributes()Deprecated.Fetch multipleTeamAttributesentities.DefaultResponsibilityManagementTeamService.getTeamAttributesByKey(String respyMgmtGlobalTeamID, String respyMgmtAttributeName, String respyMgmtAttributeSign, String respyMgmtAttributeOption, String respyMgmtAttributeLowValue, String respyMgmtAttributeHighValue) Deprecated.ResponsibilityManagementTeamService.getTeamAttributesByKey(String respyMgmtGlobalTeamID, String respyMgmtAttributeName, String respyMgmtAttributeSign, String respyMgmtAttributeOption, String respyMgmtAttributeLowValue, String respyMgmtAttributeHighValue) Deprecated.Fetch a singleTeamAttributesentity using key fields.