Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamsv2.RespyMgmtTeamAttribute
Packages that use RespyMgmtTeamAttribute
Package
Description
-
Uses of RespyMgmtTeamAttribute in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamsv2
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamsv2 with type parameters of type RespyMgmtTeamAttributeModifier and TypeFieldDescriptionstatic final SimpleProperty<RespyMgmtTeamAttribute>RespyMgmtTeamAttribute.ALL_FIELDSSelector for all available fields of RespyMgmtTeamAttribute.static final SimpleProperty.String<RespyMgmtTeamAttribute>RespyMgmtTeamAttribute.RESPY_MGMT_ATTRIBUTE_HIGH_VALUEstatic final SimpleProperty.String<RespyMgmtTeamAttribute>RespyMgmtTeamAttribute.RESPY_MGMT_ATTRIBUTE_LOW_VALUEstatic final SimpleProperty.String<RespyMgmtTeamAttribute>RespyMgmtTeamAttribute.RESPY_MGMT_ATTRIBUTE_NAMEstatic final SimpleProperty.String<RespyMgmtTeamAttribute>RespyMgmtTeamAttribute.RESPY_MGMT_ATTRIBUTE_OPTIONstatic final SimpleProperty.String<RespyMgmtTeamAttribute>RespyMgmtTeamAttribute.RESPY_MGMT_ATTRIBUTE_SIGNstatic final SimpleProperty.String<RespyMgmtTeamAttribute>RespyMgmtTeamAttribute.RESPY_MGMT_GLOBAL_TEAM_IDRespyMgmtTeamHeader.TO__TEAM_ATTRIBUTESUse with available request builders to apply the _TeamAttributes navigation property to query operations.RespyMgmtTeamAttribute.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.responsibilitymanagementteamsv2 that return RespyMgmtTeamAttributeMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamsv2 that return types with arguments of type RespyMgmtTeamAttributeModifier and TypeMethodDescriptionio.vavr.control.Option<List<RespyMgmtTeamAttribute>>RespyMgmtTeamHeader.getTeamAttributesIfPresent()Retrieval of associated RespyMgmtTeamAttribute entities (one to many).RespyMgmtTeamAttribute.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamsv2 with parameters of type RespyMgmtTeamAttributeModifier and TypeMethodDescriptionvoidRespyMgmtTeamHeader.addTeamAttributes(RespyMgmtTeamAttribute... entity) Adds elements to the list of associated RespyMgmtTeamAttribute entities.RespyMgmtTeamHeader.RespyMgmtTeamHeaderBuilder.teamAttributes(RespyMgmtTeamAttribute... value) Navigation property _TeamAttributes for RespyMgmtTeamHeader to multiple RespyMgmtTeamAttribute.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamsv2 with type arguments of type RespyMgmtTeamAttributeModifier and TypeMethodDescriptionvoidRespyMgmtTeamHeader.setTeamAttributes(List<RespyMgmtTeamAttribute> value) Overwrites the list of associated RespyMgmtTeamAttribute entities for the loaded navigation property _TeamAttributes.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamsv2 with type arguments of type RespyMgmtTeamAttributeModifierConstructorDescriptionRespyMgmtTeamHeader(String respyMgmtGlobalTeamID, String respyMgmtTeamName, String respyMgmtTeamStatus, String respyMgmtTeamType, String respyMgmtTeamCategory, List<RespyMgmtTeamAttribute> to_TeamAttributes, List<RespyMgmtTeamMember> to_TeamMembers, List<RespyMgmtTeamOwner> to_TeamOwners, List<TeamStatusTexts> to_TeamStatusTexts, RespyMgmtTeamType to_TeamType) -
Uses of RespyMgmtTeamAttribute 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 RespyMgmtTeamAttributeModifier and TypeMethodDescriptionDefaultResponsibilityManagementTeamsV2Service.countTeamAttributes()Deprecated.ResponsibilityManagementTeamsV2Service.countTeamAttributes()Deprecated.Fetch the number of entries from theRespyMgmtTeamAttributeentity collection matching the filter and search expressions.DefaultResponsibilityManagementTeamsV2Service.getAllTeamAttributes()Deprecated.ResponsibilityManagementTeamsV2Service.getAllTeamAttributes()Deprecated.Fetch multipleRespyMgmtTeamAttributeentities.DefaultResponsibilityManagementTeamsV2Service.getTeamAttributesByKey(String respyMgmtGlobalTeamID, String respyMgmtAttributeName, String respyMgmtAttributeSign, String respyMgmtAttributeOption, String respyMgmtAttributeLowValue, String respyMgmtAttributeHighValue) Deprecated.ResponsibilityManagementTeamsV2Service.getTeamAttributesByKey(String respyMgmtGlobalTeamID, String respyMgmtAttributeName, String respyMgmtAttributeSign, String respyMgmtAttributeOption, String respyMgmtAttributeLowValue, String respyMgmtAttributeHighValue) Deprecated.Fetch a singleRespyMgmtTeamAttributeentity using key fields.