Interface ResponsibilityManagementTeamConfigurationService
- All Known Implementing Classes:
DefaultResponsibilityManagementTeamConfigurationService
You can read team categories, team types, responsibility attributes, functions assigned to team categories, and responsibility attributes and functions assigned to team types. Each of these entities supports filtering of their properties and the properties of their associations. If you have any problems trying to read these entities because of authorizations or the given filter criteria, the system displays error messages in the response. **Recommendation**: A new version of this API is available. Only use the version 2 of this API. Do not use version 1 as this version will be deprecated soon..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_RESPYM_TEAM_CONFIG_SRV_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Responsibility Management Team Integration(SAP_COM_0560) |
| Scope Items: | Responsibility Management(1NJ) |
| Authentication Methods: | x509 |
| Service Group Name: | API_RESPYMGMT_CONFIG_SRV |
| Business Object: | Responsibility Management Team |
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theTeamCategoriesentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theTeamCategoryFunctionsentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theTeamCategoryFunctionTextsentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theTeamCategoryRespyAttributesentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theTeamCategoryRespyAttributeTxtsentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theTeamCategoryTextsentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theTeamTypeFunctionsentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theTeamTypeFunctionTextsentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theTeamTypeRespyAttributesentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theTeamTypeRespyAttributeTextsentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theTeamTypesentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theTeamTypeTextsentity collection matching the filter and search expressions.Deprecated.Fetch multipleTeamCategoriesentities.Deprecated.Fetch multipleTeamCategoryFunctionsentities.Deprecated.Fetch multipleTeamCategoryFunctionTextsentities.Deprecated.Fetch multipleTeamCategoryRespyAttributesentities.Deprecated.Fetch multipleTeamCategoryRespyAttributeTxtsentities.Deprecated.Fetch multipleTeamCategoryTextsentities.Deprecated.Fetch multipleTeamTypeFunctionsentities.Deprecated.Fetch multipleTeamTypeFunctionTextsentities.Deprecated.Fetch multipleTeamTypeRespyAttributesentities.Deprecated.Fetch multipleTeamTypeRespyAttributeTextsentities.Deprecated.Fetch multipleTeamTypesentities.Deprecated.Fetch multipleTeamTypeTextsentities.getTeamCategoriesByKey(String respyMgmtTeamCategory) Deprecated.Fetch a singleTeamCategoriesentity using key fields.getTeamCategoryFunctionsByKey(String respyMgmtTeamCategory, String respyMgmtFunction) Deprecated.Fetch a singleTeamCategoryFunctionsentity using key fields.getTeamCategoryFunctionTextsByKey(String respyMgmtTeamCategory, String respyMgmtFunction, String language) Deprecated.Fetch a singleTeamCategoryFunctionTextsentity using key fields.getTeamCategoryRespyAttributesByKey(String respyMgmtTeamCategory, String respyMgmtAttributeName) Deprecated.Fetch a singleTeamCategoryRespyAttributesentity using key fields.getTeamCategoryRespyAttributeTxtsByKey(String respyMgmtTeamCategory, String respyMgmtAttributeName, String language) Deprecated.Fetch a singleTeamCategoryRespyAttributeTxtsentity using key fields.getTeamCategoryTextsByKey(String respyMgmtTeamCategory, String language) Deprecated.Fetch a singleTeamCategoryTextsentity using key fields.getTeamTypeFunctionsByKey(String respyMgmtTeamType, String respyMgmtFunction) Deprecated.Fetch a singleTeamTypeFunctionsentity using key fields.getTeamTypeFunctionTextsByKey(String respyMgmtTeamType, String respyMgmtFunction, String language) Deprecated.Fetch a singleTeamTypeFunctionTextsentity using key fields.getTeamTypeRespyAttributesByKey(String respyMgmtTeamType, String respyMgmtAttributeName) Deprecated.Fetch a singleTeamTypeRespyAttributesentity using key fields.getTeamTypeRespyAttributeTextsByKey(String respyMgmtTeamType, String respyMgmtAttributeName, String language) Deprecated.Fetch a singleTeamTypeRespyAttributeTextsentity using key fields.getTeamTypesByKey(String respyMgmtTeamType) Deprecated.Fetch a singleTeamTypesentity using key fields.getTeamTypeTextsByKey(String respyMgmtTeamType, String language) Deprecated.Fetch a singleTeamTypeTextsentity using key fields.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
@Nonnull ResponsibilityManagementTeamConfigurationService withServicePath(@Nonnull String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Creates a batch request builder object.- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllTeamCategories
Deprecated.Fetch multipleTeamCategoriesentities.- Returns:
- A request builder to fetch multiple
TeamCategoriesentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countTeamCategories
Deprecated.Fetch the number of entries from theTeamCategoriesentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
TeamCategoriesentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getTeamCategoriesByKey
@Nonnull GetByKeyRequestBuilder<TeamCategories> getTeamCategoriesByKey(String respyMgmtTeamCategory) Deprecated.Fetch a singleTeamCategoriesentity using key fields.- Parameters:
respyMgmtTeamCategory- Team CategoryConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
TeamCategoriesentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getAllTeamCategoryFunctions
Deprecated.Fetch multipleTeamCategoryFunctionsentities.- Returns:
- A request builder to fetch multiple
TeamCategoryFunctionsentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countTeamCategoryFunctions
Deprecated.Fetch the number of entries from theTeamCategoryFunctionsentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
TeamCategoryFunctionsentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getTeamCategoryFunctionsByKey
@Nonnull GetByKeyRequestBuilder<TeamCategoryFunctions> getTeamCategoryFunctionsByKey(String respyMgmtTeamCategory, String respyMgmtFunction) Deprecated.Fetch a singleTeamCategoryFunctionsentity using key fields.- Parameters:
respyMgmtTeamCategory- Team CategoryConstraints: Not nullable, Maximum length: 10
respyMgmtFunction- FunctionConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
TeamCategoryFunctionsentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getAllTeamCategoryFunctionTexts
Deprecated.Fetch multipleTeamCategoryFunctionTextsentities.- Returns:
- A request builder to fetch multiple
TeamCategoryFunctionTextsentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countTeamCategoryFunctionTexts
Deprecated.Fetch the number of entries from theTeamCategoryFunctionTextsentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
TeamCategoryFunctionTextsentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getTeamCategoryFunctionTextsByKey
@Nonnull GetByKeyRequestBuilder<TeamCategoryFunctionTexts> getTeamCategoryFunctionTextsByKey(String respyMgmtTeamCategory, String respyMgmtFunction, String language) Deprecated.Fetch a singleTeamCategoryFunctionTextsentity using key fields.- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
respyMgmtTeamCategory- Team CategoryConstraints: Not nullable, Maximum length: 10
respyMgmtFunction- FunctionConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
TeamCategoryFunctionTextsentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getAllTeamCategoryRespyAttributes
Deprecated.Fetch multipleTeamCategoryRespyAttributesentities.- Returns:
- A request builder to fetch multiple
TeamCategoryRespyAttributesentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countTeamCategoryRespyAttributes
Deprecated.Fetch the number of entries from theTeamCategoryRespyAttributesentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
TeamCategoryRespyAttributesentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getTeamCategoryRespyAttributesByKey
@Nonnull GetByKeyRequestBuilder<TeamCategoryRespyAttributes> getTeamCategoryRespyAttributesByKey(String respyMgmtTeamCategory, String respyMgmtAttributeName) Deprecated.Fetch a singleTeamCategoryRespyAttributesentity using key fields.- Parameters:
respyMgmtAttributeName- Responsibility Definition NameConstraints: Not nullable, Maximum length: 30
respyMgmtTeamCategory- Team CategoryConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
TeamCategoryRespyAttributesentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getAllTeamCategoryRespyAttributeTxts
@Nonnull GetAllRequestBuilder<TeamCategoryRespyAttributeTxts> getAllTeamCategoryRespyAttributeTxts()Deprecated.Fetch multipleTeamCategoryRespyAttributeTxtsentities.- Returns:
- A request builder to fetch multiple
TeamCategoryRespyAttributeTxtsentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countTeamCategoryRespyAttributeTxts
Deprecated.Fetch the number of entries from theTeamCategoryRespyAttributeTxtsentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
TeamCategoryRespyAttributeTxtsentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getTeamCategoryRespyAttributeTxtsByKey
@Nonnull GetByKeyRequestBuilder<TeamCategoryRespyAttributeTxts> getTeamCategoryRespyAttributeTxtsByKey(String respyMgmtTeamCategory, String respyMgmtAttributeName, String language) Deprecated.Fetch a singleTeamCategoryRespyAttributeTxtsentity using key fields.- Parameters:
respyMgmtAttributeName- Responsibility Definition NameConstraints: Not nullable, Maximum length: 30
language- Language KeyConstraints: Not nullable, Maximum length: 2
respyMgmtTeamCategory- Team CategoryConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
TeamCategoryRespyAttributeTxtsentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getAllTeamCategoryTexts
Deprecated.Fetch multipleTeamCategoryTextsentities.- Returns:
- A request builder to fetch multiple
TeamCategoryTextsentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countTeamCategoryTexts
Deprecated.Fetch the number of entries from theTeamCategoryTextsentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
TeamCategoryTextsentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getTeamCategoryTextsByKey
@Nonnull GetByKeyRequestBuilder<TeamCategoryTexts> getTeamCategoryTextsByKey(String respyMgmtTeamCategory, String language) Deprecated.Fetch a singleTeamCategoryTextsentity using key fields.- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
respyMgmtTeamCategory- Team CategoryConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
TeamCategoryTextsentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getAllTeamTypeFunctions
Deprecated.Fetch multipleTeamTypeFunctionsentities.- Returns:
- A request builder to fetch multiple
TeamTypeFunctionsentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countTeamTypeFunctions
Deprecated.Fetch the number of entries from theTeamTypeFunctionsentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
TeamTypeFunctionsentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getTeamTypeFunctionsByKey
@Nonnull GetByKeyRequestBuilder<TeamTypeFunctions> getTeamTypeFunctionsByKey(String respyMgmtTeamType, String respyMgmtFunction) Deprecated.Fetch a singleTeamTypeFunctionsentity using key fields.- Parameters:
respyMgmtTeamType- Team TypeConstraints: Not nullable, Maximum length: 10
respyMgmtFunction- FunctionConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
TeamTypeFunctionsentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getAllTeamTypeFunctionTexts
Deprecated.Fetch multipleTeamTypeFunctionTextsentities.- Returns:
- A request builder to fetch multiple
TeamTypeFunctionTextsentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countTeamTypeFunctionTexts
Deprecated.Fetch the number of entries from theTeamTypeFunctionTextsentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
TeamTypeFunctionTextsentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getTeamTypeFunctionTextsByKey
@Nonnull GetByKeyRequestBuilder<TeamTypeFunctionTexts> getTeamTypeFunctionTextsByKey(String respyMgmtTeamType, String respyMgmtFunction, String language) Deprecated.Fetch a singleTeamTypeFunctionTextsentity using key fields.- Parameters:
respyMgmtTeamType- Team TypeConstraints: Not nullable, Maximum length: 10
language- Language KeyConstraints: Not nullable, Maximum length: 2
respyMgmtFunction- FunctionConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
TeamTypeFunctionTextsentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getAllTeamTypeRespyAttributes
Deprecated.Fetch multipleTeamTypeRespyAttributesentities.- Returns:
- A request builder to fetch multiple
TeamTypeRespyAttributesentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countTeamTypeRespyAttributes
Deprecated.Fetch the number of entries from theTeamTypeRespyAttributesentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
TeamTypeRespyAttributesentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getTeamTypeRespyAttributesByKey
@Nonnull GetByKeyRequestBuilder<TeamTypeRespyAttributes> getTeamTypeRespyAttributesByKey(String respyMgmtTeamType, String respyMgmtAttributeName) Deprecated.Fetch a singleTeamTypeRespyAttributesentity using key fields.- Parameters:
respyMgmtAttributeName- Responsibility Definition NameConstraints: Not nullable, Maximum length: 30
respyMgmtTeamType- Team TypeConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
TeamTypeRespyAttributesentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getAllTeamTypeRespyAttributeTexts
Deprecated.Fetch multipleTeamTypeRespyAttributeTextsentities.- Returns:
- A request builder to fetch multiple
TeamTypeRespyAttributeTextsentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countTeamTypeRespyAttributeTexts
Deprecated.Fetch the number of entries from theTeamTypeRespyAttributeTextsentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
TeamTypeRespyAttributeTextsentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getTeamTypeRespyAttributeTextsByKey
@Nonnull GetByKeyRequestBuilder<TeamTypeRespyAttributeTexts> getTeamTypeRespyAttributeTextsByKey(String respyMgmtTeamType, String respyMgmtAttributeName, String language) Deprecated.Fetch a singleTeamTypeRespyAttributeTextsentity using key fields.- Parameters:
respyMgmtAttributeName- Responsibility Definition NameConstraints: Not nullable, Maximum length: 30
respyMgmtTeamType- Team TypeConstraints: Not nullable, Maximum length: 10
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
TeamTypeRespyAttributeTextsentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getAllTeamTypes
Deprecated.Fetch multipleTeamTypesentities. -
countTeamTypes
Deprecated.Fetch the number of entries from theTeamTypesentity collection matching the filter and search expressions. -
getTeamTypesByKey
Deprecated.Fetch a singleTeamTypesentity using key fields.- Parameters:
respyMgmtTeamType- Team TypeConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
TeamTypesentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getAllTeamTypeTexts
Deprecated.Fetch multipleTeamTypeTextsentities.- Returns:
- A request builder to fetch multiple
TeamTypeTextsentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countTeamTypeTexts
Deprecated.Fetch the number of entries from theTeamTypeTextsentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
TeamTypeTextsentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getTeamTypeTextsByKey
@Nonnull GetByKeyRequestBuilder<TeamTypeTexts> getTeamTypeTextsByKey(String respyMgmtTeamType, String language) Deprecated.Fetch a singleTeamTypeTextsentity using key fields.- Parameters:
respyMgmtTeamType- Team TypeConstraints: Not nullable, Maximum length: 10
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
TeamTypeTextsentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-