public interface 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. .
Reference: SAP API Business Hub
OData Service: | OP_API_RESPYM_TEAM_CONFIG_SRV_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Business Object: | Responsibility Management Team |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull ResponsibilityManagementTeamConfigurationService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull BatchRequestBuilder batch()
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<TeamCategories> getAllTeamCategories()
TeamCategories
entities.TeamCategories
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CountRequestBuilder<TeamCategories> countTeamCategories()
TeamCategories
entity collection matching the filter and search expressions.TeamCategories
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetByKeyRequestBuilder<TeamCategories> getTeamCategoriesByKey(@Nonnull String respyMgmtTeamCategory)
TeamCategories
entity using key fields.respyMgmtTeamCategory
- Team Category
Constraints: Not nullable, Maximum length: 10
TeamCategories
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<TeamCategoryFunctions> getAllTeamCategoryFunctions()
TeamCategoryFunctions
entities.TeamCategoryFunctions
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CountRequestBuilder<TeamCategoryFunctions> countTeamCategoryFunctions()
TeamCategoryFunctions
entity collection matching the filter and search expressions.TeamCategoryFunctions
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetByKeyRequestBuilder<TeamCategoryFunctions> getTeamCategoryFunctionsByKey(@Nonnull String respyMgmtTeamCategory, @Nonnull String respyMgmtFunction)
TeamCategoryFunctions
entity using key fields.respyMgmtTeamCategory
- Team Category
Constraints: Not nullable, Maximum length: 10
respyMgmtFunction
- Function
Constraints: Not nullable, Maximum length: 10
TeamCategoryFunctions
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<TeamCategoryFunctionTexts> getAllTeamCategoryFunctionTexts()
TeamCategoryFunctionTexts
entities.TeamCategoryFunctionTexts
entities. This fluent helper allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CountRequestBuilder<TeamCategoryFunctionTexts> countTeamCategoryFunctionTexts()
TeamCategoryFunctionTexts
entity collection matching the filter and search expressions.TeamCategoryFunctionTexts
entities. This fluent helper allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetByKeyRequestBuilder<TeamCategoryFunctionTexts> getTeamCategoryFunctionTextsByKey(@Nonnull String respyMgmtTeamCategory, @Nonnull String respyMgmtFunction, @Nonnull String language)
TeamCategoryFunctionTexts
entity using key fields.language
- Language Key
Constraints: Not nullable, Maximum length: 2
respyMgmtTeamCategory
- Team Category
Constraints: Not nullable, Maximum length: 10
respyMgmtFunction
- Function
Constraints: Not nullable, Maximum length: 10
TeamCategoryFunctionTexts
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<TeamCategoryRespyAttributes> getAllTeamCategoryRespyAttributes()
TeamCategoryRespyAttributes
entities.TeamCategoryRespyAttributes
entities. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CountRequestBuilder<TeamCategoryRespyAttributes> countTeamCategoryRespyAttributes()
TeamCategoryRespyAttributes
entity collection matching the filter and search expressions.TeamCategoryRespyAttributes
entities. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetByKeyRequestBuilder<TeamCategoryRespyAttributes> getTeamCategoryRespyAttributesByKey(@Nonnull String respyMgmtTeamCategory, @Nonnull String respyMgmtAttributeName)
TeamCategoryRespyAttributes
entity using key fields.respyMgmtAttributeName
- Responsibility Definition Name
Constraints: Not nullable, Maximum length: 30
respyMgmtTeamCategory
- Team Category
Constraints: Not nullable, Maximum length: 10
TeamCategoryRespyAttributes
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<TeamCategoryRespyAttributeTxts> getAllTeamCategoryRespyAttributeTxts()
TeamCategoryRespyAttributeTxts
entities.TeamCategoryRespyAttributeTxts
entities. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CountRequestBuilder<TeamCategoryRespyAttributeTxts> countTeamCategoryRespyAttributeTxts()
TeamCategoryRespyAttributeTxts
entity collection matching the filter and search expressions.TeamCategoryRespyAttributeTxts
entities. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetByKeyRequestBuilder<TeamCategoryRespyAttributeTxts> getTeamCategoryRespyAttributeTxtsByKey(@Nonnull String respyMgmtTeamCategory, @Nonnull String respyMgmtAttributeName, @Nonnull String language)
TeamCategoryRespyAttributeTxts
entity using key fields.respyMgmtAttributeName
- Responsibility Definition Name
Constraints: Not nullable, Maximum length: 30
language
- Language Key
Constraints: Not nullable, Maximum length: 2
respyMgmtTeamCategory
- Team Category
Constraints: Not nullable, Maximum length: 10
TeamCategoryRespyAttributeTxts
entity using key fields. This fluent helper allows methods which modify
the underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<TeamCategoryTexts> getAllTeamCategoryTexts()
TeamCategoryTexts
entities.TeamCategoryTexts
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CountRequestBuilder<TeamCategoryTexts> countTeamCategoryTexts()
TeamCategoryTexts
entity collection matching the filter and search expressions.TeamCategoryTexts
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetByKeyRequestBuilder<TeamCategoryTexts> getTeamCategoryTextsByKey(@Nonnull String respyMgmtTeamCategory, @Nonnull String language)
TeamCategoryTexts
entity using key fields.language
- Language Key
Constraints: Not nullable, Maximum length: 2
respyMgmtTeamCategory
- Team Category
Constraints: Not nullable, Maximum length: 10
TeamCategoryTexts
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<TeamTypeFunctions> getAllTeamTypeFunctions()
TeamTypeFunctions
entities.TeamTypeFunctions
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CountRequestBuilder<TeamTypeFunctions> countTeamTypeFunctions()
TeamTypeFunctions
entity collection matching the filter and search expressions.TeamTypeFunctions
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetByKeyRequestBuilder<TeamTypeFunctions> getTeamTypeFunctionsByKey(@Nonnull String respyMgmtTeamType, @Nonnull String respyMgmtFunction)
TeamTypeFunctions
entity using key fields.respyMgmtTeamType
- Team Type
Constraints: Not nullable, Maximum length: 10
respyMgmtFunction
- Function
Constraints: Not nullable, Maximum length: 10
TeamTypeFunctions
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<TeamTypeFunctionTexts> getAllTeamTypeFunctionTexts()
TeamTypeFunctionTexts
entities.TeamTypeFunctionTexts
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CountRequestBuilder<TeamTypeFunctionTexts> countTeamTypeFunctionTexts()
TeamTypeFunctionTexts
entity collection matching the filter and search expressions.TeamTypeFunctionTexts
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetByKeyRequestBuilder<TeamTypeFunctionTexts> getTeamTypeFunctionTextsByKey(@Nonnull String respyMgmtTeamType, @Nonnull String respyMgmtFunction, @Nonnull String language)
TeamTypeFunctionTexts
entity using key fields.respyMgmtTeamType
- Team Type
Constraints: Not nullable, Maximum length: 10
language
- Language Key
Constraints: Not nullable, Maximum length: 2
respyMgmtFunction
- Function
Constraints: Not nullable, Maximum length: 10
TeamTypeFunctionTexts
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<TeamTypeRespyAttributes> getAllTeamTypeRespyAttributes()
TeamTypeRespyAttributes
entities.TeamTypeRespyAttributes
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CountRequestBuilder<TeamTypeRespyAttributes> countTeamTypeRespyAttributes()
TeamTypeRespyAttributes
entity collection matching the filter and search expressions.TeamTypeRespyAttributes
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetByKeyRequestBuilder<TeamTypeRespyAttributes> getTeamTypeRespyAttributesByKey(@Nonnull String respyMgmtTeamType, @Nonnull String respyMgmtAttributeName)
TeamTypeRespyAttributes
entity using key fields.respyMgmtAttributeName
- Responsibility Definition Name
Constraints: Not nullable, Maximum length: 30
respyMgmtTeamType
- Team Type
Constraints: Not nullable, Maximum length: 10
TeamTypeRespyAttributes
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<TeamTypeRespyAttributeTexts> getAllTeamTypeRespyAttributeTexts()
TeamTypeRespyAttributeTexts
entities.TeamTypeRespyAttributeTexts
entities. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CountRequestBuilder<TeamTypeRespyAttributeTexts> countTeamTypeRespyAttributeTexts()
TeamTypeRespyAttributeTexts
entity collection matching the filter and search expressions.TeamTypeRespyAttributeTexts
entities. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetByKeyRequestBuilder<TeamTypeRespyAttributeTexts> getTeamTypeRespyAttributeTextsByKey(@Nonnull String respyMgmtTeamType, @Nonnull String respyMgmtAttributeName, @Nonnull String language)
TeamTypeRespyAttributeTexts
entity using key fields.respyMgmtAttributeName
- Responsibility Definition Name
Constraints: Not nullable, Maximum length: 30
respyMgmtTeamType
- Team Type
Constraints: Not nullable, Maximum length: 10
language
- Language Key
Constraints: Not nullable, Maximum length: 2
TeamTypeRespyAttributeTexts
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<TeamTypes> getAllTeamTypes()
TeamTypes
entities.TeamTypes
entities. This fluent helper allows methods which modify the underlying query to be called
before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CountRequestBuilder<TeamTypes> countTeamTypes()
TeamTypes
entity collection matching the filter and search expressions.TeamTypes
entities. This fluent helper allows methods which modify the underlying query to be called
before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetByKeyRequestBuilder<TeamTypes> getTeamTypesByKey(@Nonnull String respyMgmtTeamType)
TeamTypes
entity using key fields.respyMgmtTeamType
- Team Type
Constraints: Not nullable, Maximum length: 10
TeamTypes
entity using key fields. This fluent helper allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<TeamTypeTexts> getAllTeamTypeTexts()
TeamTypeTexts
entities.TeamTypeTexts
entities. This fluent helper allows methods which modify the underlying query to be called
before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CountRequestBuilder<TeamTypeTexts> countTeamTypeTexts()
TeamTypeTexts
entity collection matching the filter and search expressions.TeamTypeTexts
entities. This fluent helper allows methods which modify the underlying query to be called
before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetByKeyRequestBuilder<TeamTypeTexts> getTeamTypeTextsByKey(@Nonnull String respyMgmtTeamType, @Nonnull String language)
TeamTypeTexts
entity using key fields.respyMgmtTeamType
- Team Type
Constraints: Not nullable, Maximum length: 10
language
- Language Key
Constraints: Not nullable, Maximum length: 2
TeamTypeTexts
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.Copyright © 2021 SAP SE. All rights reserved.