Class DefaultResponsibilityManagementTeamConfigurationService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ResponsibilityManagementTeamConfigurationService
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
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ResponsibilityManagementTeamConfigurationService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingResponsibilityManagementTeamConfigurationService.DEFAULT_SERVICE_PATHto send the requests. -
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.Deprecated.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.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.core.ServiceWithNavigableEntities
applyAction, applyAction, applyFunction, applyFunction, forEntity, withFunction, withFunction
-
Constructor Details
-
DefaultResponsibilityManagementTeamConfigurationService
public DefaultResponsibilityManagementTeamConfigurationService()Deprecated.Creates a service usingResponsibilityManagementTeamConfigurationService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultResponsibilityManagementTeamConfigurationService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceResponsibilityManagementTeamConfigurationService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceCreates a batch request builder object.- Specified by:
batchin interfaceResponsibilityManagementTeamConfigurationService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllTeamCategories
Deprecated.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch multipleTeamCategoriesentities.- Specified by:
getAllTeamCategoriesin interfaceResponsibilityManagementTeamConfigurationService- 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.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch the number of entries from theTeamCategoriesentity collection matching the filter and search expressions.- Specified by:
countTeamCategoriesin interfaceResponsibilityManagementTeamConfigurationService- 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 public GetByKeyRequestBuilder<TeamCategories> getTeamCategoriesByKey(String respyMgmtTeamCategory) Deprecated.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch a singleTeamCategoriesentity using key fields.- Specified by:
getTeamCategoriesByKeyin interfaceResponsibilityManagementTeamConfigurationService- 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.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch multipleTeamCategoryFunctionsentities.- Specified by:
getAllTeamCategoryFunctionsin interfaceResponsibilityManagementTeamConfigurationService- 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.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch the number of entries from theTeamCategoryFunctionsentity collection matching the filter and search expressions.- Specified by:
countTeamCategoryFunctionsin interfaceResponsibilityManagementTeamConfigurationService- 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 public GetByKeyRequestBuilder<TeamCategoryFunctions> getTeamCategoryFunctionsByKey(String respyMgmtTeamCategory, String respyMgmtFunction) Deprecated.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch a singleTeamCategoryFunctionsentity using key fields.- Specified by:
getTeamCategoryFunctionsByKeyin interfaceResponsibilityManagementTeamConfigurationService- 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.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch multipleTeamCategoryFunctionTextsentities.- Specified by:
getAllTeamCategoryFunctionTextsin interfaceResponsibilityManagementTeamConfigurationService- 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.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch the number of entries from theTeamCategoryFunctionTextsentity collection matching the filter and search expressions.- Specified by:
countTeamCategoryFunctionTextsin interfaceResponsibilityManagementTeamConfigurationService- 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 public GetByKeyRequestBuilder<TeamCategoryFunctionTexts> getTeamCategoryFunctionTextsByKey(String respyMgmtTeamCategory, String respyMgmtFunction, String language) Deprecated.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch a singleTeamCategoryFunctionTextsentity using key fields.- Specified by:
getTeamCategoryFunctionTextsByKeyin interfaceResponsibilityManagementTeamConfigurationService- Parameters:
respyMgmtTeamCategory- Team CategoryConstraints: Not nullable, Maximum length: 10
respyMgmtFunction- FunctionConstraints: Not nullable, Maximum length: 10
language- Language KeyConstraints: Not nullable, Maximum length: 2
- 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
@Nonnull public GetAllRequestBuilder<TeamCategoryRespyAttributes> getAllTeamCategoryRespyAttributes()Deprecated.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch multipleTeamCategoryRespyAttributesentities.- Specified by:
getAllTeamCategoryRespyAttributesin interfaceResponsibilityManagementTeamConfigurationService- 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.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch the number of entries from theTeamCategoryRespyAttributesentity collection matching the filter and search expressions.- Specified by:
countTeamCategoryRespyAttributesin interfaceResponsibilityManagementTeamConfigurationService- 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 public GetByKeyRequestBuilder<TeamCategoryRespyAttributes> getTeamCategoryRespyAttributesByKey(String respyMgmtTeamCategory, String respyMgmtAttributeName) Deprecated.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch a singleTeamCategoryRespyAttributesentity using key fields.- Specified by:
getTeamCategoryRespyAttributesByKeyin interfaceResponsibilityManagementTeamConfigurationService- Parameters:
respyMgmtTeamCategory- Team CategoryConstraints: Not nullable, Maximum length: 10
respyMgmtAttributeName- Responsibility Definition NameConstraints: Not nullable, Maximum length: 30
- 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 public GetAllRequestBuilder<TeamCategoryRespyAttributeTxts> getAllTeamCategoryRespyAttributeTxts()Deprecated.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch multipleTeamCategoryRespyAttributeTxtsentities.- Specified by:
getAllTeamCategoryRespyAttributeTxtsin interfaceResponsibilityManagementTeamConfigurationService- 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
@Nonnull public CountRequestBuilder<TeamCategoryRespyAttributeTxts> countTeamCategoryRespyAttributeTxts()Deprecated.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch the number of entries from theTeamCategoryRespyAttributeTxtsentity collection matching the filter and search expressions.- Specified by:
countTeamCategoryRespyAttributeTxtsin interfaceResponsibilityManagementTeamConfigurationService- 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 public GetByKeyRequestBuilder<TeamCategoryRespyAttributeTxts> getTeamCategoryRespyAttributeTxtsByKey(String respyMgmtTeamCategory, String respyMgmtAttributeName, String language) Deprecated.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch a singleTeamCategoryRespyAttributeTxtsentity using key fields.- Specified by:
getTeamCategoryRespyAttributeTxtsByKeyin interfaceResponsibilityManagementTeamConfigurationService- Parameters:
respyMgmtTeamCategory- Team CategoryConstraints: Not nullable, Maximum length: 10
respyMgmtAttributeName- Responsibility Definition NameConstraints: Not nullable, Maximum length: 30
language- Language KeyConstraints: Not nullable, Maximum length: 2
- 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.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch multipleTeamCategoryTextsentities.- Specified by:
getAllTeamCategoryTextsin interfaceResponsibilityManagementTeamConfigurationService- 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.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch the number of entries from theTeamCategoryTextsentity collection matching the filter and search expressions.- Specified by:
countTeamCategoryTextsin interfaceResponsibilityManagementTeamConfigurationService- 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 public GetByKeyRequestBuilder<TeamCategoryTexts> getTeamCategoryTextsByKey(String respyMgmtTeamCategory, String language) Deprecated.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch a singleTeamCategoryTextsentity using key fields.- Specified by:
getTeamCategoryTextsByKeyin interfaceResponsibilityManagementTeamConfigurationService- Parameters:
respyMgmtTeamCategory- Team CategoryConstraints: Not nullable, Maximum length: 10
language- Language KeyConstraints: Not nullable, Maximum length: 2
- 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.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch multipleTeamTypeFunctionsentities.- Specified by:
getAllTeamTypeFunctionsin interfaceResponsibilityManagementTeamConfigurationService- 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.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch the number of entries from theTeamTypeFunctionsentity collection matching the filter and search expressions.- Specified by:
countTeamTypeFunctionsin interfaceResponsibilityManagementTeamConfigurationService- 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 public GetByKeyRequestBuilder<TeamTypeFunctions> getTeamTypeFunctionsByKey(String respyMgmtTeamType, String respyMgmtFunction) Deprecated.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch a singleTeamTypeFunctionsentity using key fields.- Specified by:
getTeamTypeFunctionsByKeyin interfaceResponsibilityManagementTeamConfigurationService- 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.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch multipleTeamTypeFunctionTextsentities.- Specified by:
getAllTeamTypeFunctionTextsin interfaceResponsibilityManagementTeamConfigurationService- 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.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch the number of entries from theTeamTypeFunctionTextsentity collection matching the filter and search expressions.- Specified by:
countTeamTypeFunctionTextsin interfaceResponsibilityManagementTeamConfigurationService- 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 public GetByKeyRequestBuilder<TeamTypeFunctionTexts> getTeamTypeFunctionTextsByKey(String respyMgmtTeamType, String respyMgmtFunction, String language) Deprecated.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch a singleTeamTypeFunctionTextsentity using key fields.- Specified by:
getTeamTypeFunctionTextsByKeyin interfaceResponsibilityManagementTeamConfigurationService- Parameters:
respyMgmtTeamType- Team TypeConstraints: Not nullable, Maximum length: 10
respyMgmtFunction- FunctionConstraints: Not nullable, Maximum length: 10
language- Language KeyConstraints: Not nullable, Maximum length: 2
- 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.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch multipleTeamTypeRespyAttributesentities.- Specified by:
getAllTeamTypeRespyAttributesin interfaceResponsibilityManagementTeamConfigurationService- 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.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch the number of entries from theTeamTypeRespyAttributesentity collection matching the filter and search expressions.- Specified by:
countTeamTypeRespyAttributesin interfaceResponsibilityManagementTeamConfigurationService- 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 public GetByKeyRequestBuilder<TeamTypeRespyAttributes> getTeamTypeRespyAttributesByKey(String respyMgmtTeamType, String respyMgmtAttributeName) Deprecated.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch a singleTeamTypeRespyAttributesentity using key fields.- Specified by:
getTeamTypeRespyAttributesByKeyin interfaceResponsibilityManagementTeamConfigurationService- Parameters:
respyMgmtTeamType- Team TypeConstraints: Not nullable, Maximum length: 10
respyMgmtAttributeName- Responsibility Definition NameConstraints: Not nullable, Maximum length: 30
- 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
@Nonnull public GetAllRequestBuilder<TeamTypeRespyAttributeTexts> getAllTeamTypeRespyAttributeTexts()Deprecated.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch multipleTeamTypeRespyAttributeTextsentities.- Specified by:
getAllTeamTypeRespyAttributeTextsin interfaceResponsibilityManagementTeamConfigurationService- 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.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch the number of entries from theTeamTypeRespyAttributeTextsentity collection matching the filter and search expressions.- Specified by:
countTeamTypeRespyAttributeTextsin interfaceResponsibilityManagementTeamConfigurationService- 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 public GetByKeyRequestBuilder<TeamTypeRespyAttributeTexts> getTeamTypeRespyAttributeTextsByKey(String respyMgmtTeamType, String respyMgmtAttributeName, String language) Deprecated.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch a singleTeamTypeRespyAttributeTextsentity using key fields.- Specified by:
getTeamTypeRespyAttributeTextsByKeyin interfaceResponsibilityManagementTeamConfigurationService- Parameters:
respyMgmtTeamType- Team TypeConstraints: Not nullable, Maximum length: 10
respyMgmtAttributeName- Responsibility Definition NameConstraints: Not nullable, Maximum length: 30
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.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch multipleTeamTypesentities.- Specified by:
getAllTeamTypesin interfaceResponsibilityManagementTeamConfigurationService- Returns:
- A request builder to fetch multiple
TeamTypesentities. 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.
-
countTeamTypes
Deprecated.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch the number of entries from theTeamTypesentity collection matching the filter and search expressions.- Specified by:
countTeamTypesin interfaceResponsibilityManagementTeamConfigurationService- Returns:
- A request builder to fetch the count of
TeamTypesentities. 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.
-
getTeamTypesByKey
Deprecated.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch a singleTeamTypesentity using key fields.- Specified by:
getTeamTypesByKeyin interfaceResponsibilityManagementTeamConfigurationService- 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.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch multipleTeamTypeTextsentities.- Specified by:
getAllTeamTypeTextsin interfaceResponsibilityManagementTeamConfigurationService- 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.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch the number of entries from theTeamTypeTextsentity collection matching the filter and search expressions.- Specified by:
countTeamTypeTextsin interfaceResponsibilityManagementTeamConfigurationService- 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 public GetByKeyRequestBuilder<TeamTypeTexts> getTeamTypeTextsByKey(String respyMgmtTeamType, String language) Deprecated.Description copied from interface:ResponsibilityManagementTeamConfigurationServiceFetch a singleTeamTypeTextsentity using key fields.- Specified by:
getTeamTypeTextsByKeyin interfaceResponsibilityManagementTeamConfigurationService- 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.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-