Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamsv2.RespyMgmtTeamType
Packages that use RespyMgmtTeamType
Package
Description
-
Uses of RespyMgmtTeamType 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 RespyMgmtTeamTypeModifier and TypeFieldDescriptionstatic final SimpleProperty<RespyMgmtTeamType>RespyMgmtTeamType.ALL_FIELDSSelector for all available fields of RespyMgmtTeamType.static final SimpleProperty.String<RespyMgmtTeamType>RespyMgmtTeamType.RESPY_MGMT_TEAM_CATEGORYstatic final SimpleProperty.String<RespyMgmtTeamType>RespyMgmtTeamType.RESPY_MGMT_TEAM_TYPEstatic final NavigationProperty.Single<RespyMgmtTeamType,RespyMgmtTeamCategory> RespyMgmtTeamType.TO__TEAM_CATEGORYUse with available request builders to apply the _TeamCategory navigation property to query operations.static final NavigationProperty.Single<RespyMgmtTeamHeader,RespyMgmtTeamType> RespyMgmtTeamHeader.TO__TEAM_TYPEUse with available request builders to apply the _TeamType navigation property to query operations.RespyMgmtTeamType.TO__TEAM_TYPE_TEXTSUse with available request builders to apply the _TeamTypeTexts navigation property to query operations.RespyMgmtTeamCategory.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.responsibilitymanagementteamsv2 that return RespyMgmtTeamTypeMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamsv2 that return types with arguments of type RespyMgmtTeamTypeModifier and TypeMethodDescriptionio.vavr.control.Option<RespyMgmtTeamType>RespyMgmtTeamHeader.getTeamTypeIfPresent()Retrieval of associated RespyMgmtTeamType entity (one to one).io.vavr.control.Option<List<RespyMgmtTeamType>>RespyMgmtTeamCategory.getTeamTypesIfPresent()Retrieval of associated RespyMgmtTeamType entities (one to many).RespyMgmtTeamType.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamsv2 with parameters of type RespyMgmtTeamTypeModifier and TypeMethodDescriptionvoidRespyMgmtTeamCategory.addTeamTypes(RespyMgmtTeamType... entity) Adds elements to the list of associated RespyMgmtTeamType entities.voidRespyMgmtTeamHeader.setTeamType(RespyMgmtTeamType value) Overwrites the associated RespyMgmtTeamType entity for the loaded navigation property _TeamType.RespyMgmtTeamHeader.RespyMgmtTeamHeaderBuilder.teamType(RespyMgmtTeamType value) Navigation property _TeamType for RespyMgmtTeamHeader to single RespyMgmtTeamType.RespyMgmtTeamCategory.RespyMgmtTeamCategoryBuilder.teamTypes(RespyMgmtTeamType... value) Navigation property _TeamTypes for RespyMgmtTeamCategory to multiple RespyMgmtTeamType.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamsv2 with type arguments of type RespyMgmtTeamTypeModifier and TypeMethodDescriptionvoidRespyMgmtTeamCategory.setTeamTypes(List<RespyMgmtTeamType> value) Overwrites the list of associated RespyMgmtTeamType entities for the loaded navigation property _TeamTypes.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamsv2 with parameters of type RespyMgmtTeamTypeModifierConstructorDescriptionRespyMgmtTeamHeader(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 RespyMgmtTeamType 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 RespyMgmtTeamTypeModifier and TypeMethodDescriptionDefaultResponsibilityManagementTeamsV2Service.countTeamTypes()Deprecated.ResponsibilityManagementTeamsV2Service.countTeamTypes()Deprecated.Fetch the number of entries from theRespyMgmtTeamTypeentity collection matching the filter and search expressions.DefaultResponsibilityManagementTeamsV2Service.getAllTeamTypes()Deprecated.ResponsibilityManagementTeamsV2Service.getAllTeamTypes()Deprecated.Fetch multipleRespyMgmtTeamTypeentities.DefaultResponsibilityManagementTeamsV2Service.getTeamTypesByKey(String respyMgmtTeamType) Deprecated.ResponsibilityManagementTeamsV2Service.getTeamTypesByKey(String respyMgmtTeamType) Deprecated.Fetch a singleRespyMgmtTeamTypeentity using key fields.