Class DefaultSourcingProjectMilestoneTypeService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultSourcingProjectMilestoneTypeService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,SourcingProjectMilestoneTypeService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultSourcingProjectMilestoneTypeService")
@Deprecated
public class DefaultSourcingProjectMilestoneTypeService
extends Object
implements ServiceWithNavigableEntities, SourcingProjectMilestoneTypeService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
The read-only service enables you to request information about the available milestone types and the text nodes for the milestone types. The requested information is sent as a response. You can request information about all available milestone types or specific ones..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_SRCGPROJMILESTONETYPE_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Product Sourcing Integration(SAP_COM_0910) |
| Scope Items: | Direct Material Sourcing(4RD) |
| Authentication Methods: | x509 |
| Service Group Name: | API_SRCGPROJMILESTONETYPE |
| Business Object: | Sourcing Project |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.SourcingProjectMilestoneTypeService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingSourcingProjectMilestoneTypeService.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 theSrcgProjMilestoneTypeentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theSrcgProjMilestoneTypeTextentity collection matching the filter and search expressions.Deprecated.Fetch multipleSrcgProjMilestoneTypeentities.Deprecated.Fetch multipleSrcgProjMilestoneTypeTextentities.Deprecated.getSrcgProjMilestoneTypeByKey(String sourcingProjectMilestoneType) Deprecated.Fetch a singleSrcgProjMilestoneTypeentity using key fields.getSrcgProjMilestoneTypeTextByKey(String sourcingProjectMilestoneType, String language) Deprecated.Fetch a singleSrcgProjMilestoneTypeTextentity 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
-
DefaultSourcingProjectMilestoneTypeService
public DefaultSourcingProjectMilestoneTypeService()Deprecated.Creates a service usingSourcingProjectMilestoneTypeService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultSourcingProjectMilestoneTypeService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:SourcingProjectMilestoneTypeServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceSourcingProjectMilestoneTypeService- 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:SourcingProjectMilestoneTypeServiceCreates a batch request builder object.- Specified by:
batchin interfaceSourcingProjectMilestoneTypeService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllSrcgProjMilestoneType
Deprecated.Description copied from interface:SourcingProjectMilestoneTypeServiceFetch multipleSrcgProjMilestoneTypeentities.- Specified by:
getAllSrcgProjMilestoneTypein interfaceSourcingProjectMilestoneTypeService- Returns:
- A request builder to fetch multiple
SrcgProjMilestoneTypeentities. 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.
-
countSrcgProjMilestoneType
Deprecated.Description copied from interface:SourcingProjectMilestoneTypeServiceFetch the number of entries from theSrcgProjMilestoneTypeentity collection matching the filter and search expressions.- Specified by:
countSrcgProjMilestoneTypein interfaceSourcingProjectMilestoneTypeService- Returns:
- A request builder to fetch the count of
SrcgProjMilestoneTypeentities. 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.
-
getSrcgProjMilestoneTypeByKey
@Nonnull public GetByKeyRequestBuilder<SrcgProjMilestoneType> getSrcgProjMilestoneTypeByKey(String sourcingProjectMilestoneType) Deprecated.Description copied from interface:SourcingProjectMilestoneTypeServiceFetch a singleSrcgProjMilestoneTypeentity using key fields.- Specified by:
getSrcgProjMilestoneTypeByKeyin interfaceSourcingProjectMilestoneTypeService- Parameters:
sourcingProjectMilestoneType- Sourcing Project MilestoneConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
SrcgProjMilestoneTypeentity 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.
-
getAllSrcgProjMilestoneTypeText
Deprecated.Description copied from interface:SourcingProjectMilestoneTypeServiceFetch multipleSrcgProjMilestoneTypeTextentities.- Specified by:
getAllSrcgProjMilestoneTypeTextin interfaceSourcingProjectMilestoneTypeService- Returns:
- A request builder to fetch multiple
SrcgProjMilestoneTypeTextentities. 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.
-
countSrcgProjMilestoneTypeText
Deprecated.Description copied from interface:SourcingProjectMilestoneTypeServiceFetch the number of entries from theSrcgProjMilestoneTypeTextentity collection matching the filter and search expressions.- Specified by:
countSrcgProjMilestoneTypeTextin interfaceSourcingProjectMilestoneTypeService- Returns:
- A request builder to fetch the count of
SrcgProjMilestoneTypeTextentities. 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.
-
getSrcgProjMilestoneTypeTextByKey
@Nonnull public GetByKeyRequestBuilder<SrcgProjMilestoneTypeText> getSrcgProjMilestoneTypeTextByKey(String sourcingProjectMilestoneType, String language) Deprecated.Description copied from interface:SourcingProjectMilestoneTypeServiceFetch a singleSrcgProjMilestoneTypeTextentity using key fields.- Specified by:
getSrcgProjMilestoneTypeTextByKeyin interfaceSourcingProjectMilestoneTypeService- Parameters:
sourcingProjectMilestoneType- Sourcing Project MilestoneConstraints: Not nullable, Maximum length: 2
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
SrcgProjMilestoneTypeTextentity 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
-