Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontract.ServiceContractLongText
Packages that use ServiceContractLongText
Package
Description
-
Uses of ServiceContractLongText in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontract
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontract with type parameters of type ServiceContractLongTextModifier and TypeFieldDescriptionstatic final SimpleProperty<ServiceContractLongText>ServiceContractLongText.ALL_FIELDSSelector for all available fields of ServiceContractLongText.static final SimpleProperty.String<ServiceContractLongText>ServiceContractLongText.LANGUAGEstatic final SimpleProperty.String<ServiceContractLongText>ServiceContractLongText.REFERENCE_LONG_TEXT_KEYstatic final SimpleProperty.String<ServiceContractLongText>ServiceContractLongText.REFERENCE_SERVICE_DOCUMENTstatic final SimpleProperty.String<ServiceContractLongText>ServiceContractLongText.REFERENCE_SERVICE_DOCUMENT_ITEMstatic final SimpleProperty.String<ServiceContractLongText>ServiceContractLongText.REFERENCE_SERVICE_OBJECT_TYPEstatic final SimpleProperty.String<ServiceContractLongText>ServiceContractLongText.REFERENCE_TEXT_OBJECT_CATEGORYstatic final SimpleProperty.String<ServiceContractLongText>ServiceContractLongText.REFERENCE_TEXT_OBJECT_TYPEstatic final SimpleProperty.String<ServiceContractLongText>ServiceContractLongText.SERVICE_CONTRACTstatic final SimpleProperty.String<ServiceContractLongText>ServiceContractLongText.SERVICE_OBJECT_TYPEstatic final SimpleProperty.String<ServiceContractLongText>ServiceContractLongText.SRVC_CONTR_LONG_TEXTstatic final SimpleProperty.String<ServiceContractLongText>ServiceContractLongText.SRVC_DOC_LOG_TEXT_IDENTIFIERstatic final SimpleProperty.String<ServiceContractLongText>ServiceContractLongText.SRVC_DOC_LONG_TEXT_CHANGED_BY_USERstatic final SimpleProperty.DateTime<ServiceContractLongText>ServiceContractLongText.SRVC_DOC_LONG_TEXT_CHANGED_DATE_TIMEstatic final SimpleProperty.String<ServiceContractLongText>ServiceContractLongText.SRVC_DOC_LONG_TEXT_CREATED_BY_USERstatic final SimpleProperty.String<ServiceContractLongText>ServiceContractLongText.SRVC_DOC_LONG_TEXT_MIME_TYPEstatic final SimpleProperty.DateTime<ServiceContractLongText>ServiceContractLongText.SRVC_DOC_LONG_TXT_CREATION_DATE_TIMEstatic final SimpleProperty.String<ServiceContractLongText>ServiceContractLongText.TEXT_OBJECT_CATEGORYstatic final SimpleProperty.String<ServiceContractLongText>ServiceContractLongText.TEXT_OBJECT_TYPEServiceContract.TO__LONG_TEXTUse with available request builders to apply the _LongText navigation property to query operations.static final NavigationProperty.Single<ServiceContractLongText,ServiceContract> ServiceContractLongText.TO__SERVICE_CONTRACTUse with available request builders to apply the _ServiceContract navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontract that return ServiceContractLongTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontract that return types with arguments of type ServiceContractLongTextModifier and TypeMethodDescriptionio.vavr.control.Option<List<ServiceContractLongText>>ServiceContract.getLongTextIfPresent()Retrieval of associated ServiceContractLongText entities (one to many).ServiceContractLongText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontract with parameters of type ServiceContractLongTextModifier and TypeMethodDescriptionvoidServiceContract.addLongText(ServiceContractLongText... entity) Adds elements to the list of associated ServiceContractLongText entities.ServiceContract.ServiceContractBuilder.longText(ServiceContractLongText... value) Navigation property _LongText for ServiceContract to multiple ServiceContractLongText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontract with type arguments of type ServiceContractLongTextModifier and TypeMethodDescriptionvoidServiceContract.setLongText(List<ServiceContractLongText> value) Overwrites the list of associated ServiceContractLongText entities for the loaded navigation property _LongText. -
Uses of ServiceContractLongText 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 ServiceContractLongTextModifier and TypeMethodDescriptionDefaultServiceContractService.countSrvcContrLongText()Deprecated.ServiceContractService.countSrvcContrLongText()Deprecated.Fetch the number of entries from theServiceContractLongTextentity collection matching the filter and search expressions.DefaultServiceContractService.deleteSrvcContrLongText(ServiceContractLongText serviceContractLongText) Deprecated.ServiceContractService.deleteSrvcContrLongText(ServiceContractLongText serviceContractLongText) Deprecated.Deletes an existingServiceContractLongTextentity in the S/4HANA system.DefaultServiceContractService.getAllSrvcContrLongText()Deprecated.ServiceContractService.getAllSrvcContrLongText()Deprecated.Fetch multipleServiceContractLongTextentities.DefaultServiceContractService.getSrvcContrLongTextByKey(String serviceContract, String textObjectType, String language, String srvcDocLogTextIdentifier) Deprecated.ServiceContractService.getSrvcContrLongTextByKey(String serviceContract, String textObjectType, String language, String srvcDocLogTextIdentifier) Deprecated.Fetch a singleServiceContractLongTextentity using key fields.DefaultServiceContractService.updateSrvcContrLongText(ServiceContractLongText serviceContractLongText) Deprecated.ServiceContractService.updateSrvcContrLongText(ServiceContractLongText serviceContractLongText) Deprecated.Update an existingServiceContractLongTextentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type ServiceContractLongTextModifier and TypeMethodDescriptionDefaultServiceContractService.deleteSrvcContrLongText(ServiceContractLongText serviceContractLongText) Deprecated.ServiceContractService.deleteSrvcContrLongText(ServiceContractLongText serviceContractLongText) Deprecated.Deletes an existingServiceContractLongTextentity in the S/4HANA system.DefaultServiceContractService.updateSrvcContrLongText(ServiceContractLongText serviceContractLongText) Deprecated.ServiceContractService.updateSrvcContrLongText(ServiceContractLongText serviceContractLongText) Deprecated.Update an existingServiceContractLongTextentity and save it to the S/4HANA system.