Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.SrvcOrdItmPartnerAddress
Packages that use SrvcOrdItmPartnerAddress
Package
Description
-
Uses of SrvcOrdItmPartnerAddress in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with type parameters of type SrvcOrdItmPartnerAddressModifier and TypeFieldDescriptionstatic final SrvcOrdItmPartnerOneToOneLink<SrvcOrdItmPartnerAddress>SrvcOrdItmPartner.TO_ADDRESSUse with available fluent helpers to apply the to_Address navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder that return SrvcOrdItmPartnerAddressModifier and TypeMethodDescriptionSrvcOrdItmPartnerAddress.SrvcOrdItmPartnerAddressBuilder.build()SrvcOrdItmPartner.fetchAddress()Fetches the SrvcOrdItmPartnerAddress entity (one to one) associated with this entity.SrvcOrdItmPartner.getAddressOrFetch()Retrieval of associated SrvcOrdItmPartnerAddress entity (one to one).protected SrvcOrdItmPartnerAddressSrvcOrdItmPartnerAddressUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder that return types with arguments of type SrvcOrdItmPartnerAddressModifier and TypeMethodDescriptionio.vavr.control.Option<SrvcOrdItmPartnerAddress>SrvcOrdItmPartner.getAddressIfPresent()Retrieval of associated SrvcOrdItmPartnerAddress entity (one to one).protected Class<SrvcOrdItmPartnerAddress>SrvcOrdItmPartnerAddressByKeyFluentHelper.getEntityClass()protected Class<SrvcOrdItmPartnerAddress>SrvcOrdItmPartnerAddressFluentHelper.getEntityClass()SrvcOrdItmPartnerAddress.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type SrvcOrdItmPartnerAddressModifier and TypeMethodDescriptionSrvcOrdItmPartner.SrvcOrdItmPartnerBuilder.address(SrvcOrdItmPartnerAddress value) Navigation property to_Address for SrvcOrdItmPartner to single SrvcOrdItmPartnerAddress.voidSrvcOrdItmPartner.setAddress(SrvcOrdItmPartnerAddress value) Overwrites the associated SrvcOrdItmPartnerAddress entity for the loaded navigation property to_Address.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type SrvcOrdItmPartnerAddressModifierConstructorDescriptionSrvcOrdItmPartner(String serviceOrder, String serviceOrderItem, String custMgmtPartnerFunction, String custMgmtBusinessPartner, Boolean custMgmtPartnerIsMainPartner, SrvcOrdItmPartnerAddress toAddress) SrvcOrdItmPartnerAddressUpdateFluentHelper(String servicePath, SrvcOrdItmPartnerAddress entity, String entityCollection) Creates a fluent helper object that will update aSrvcOrdItmPartnerAddressentity on the OData endpoint. -
Uses of SrvcOrdItmPartnerAddress in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.batch with parameters of type SrvcOrdItmPartnerAddressModifier and TypeMethodDescriptionDefaultServiceOrderServiceBatchChangeSet.updateSrvcOrdItmPartnerAddress(SrvcOrdItmPartnerAddress srvcOrdItmPartnerAddress) ServiceOrderServiceBatchChangeSet.updateSrvcOrdItmPartnerAddress(SrvcOrdItmPartnerAddress srvcOrdItmPartnerAddress) Update an existingSrvcOrdItmPartnerAddressentity and save it to the S/4HANA system. -
Uses of SrvcOrdItmPartnerAddress in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.link that return types with arguments of type SrvcOrdItmPartnerAddressModifier and TypeMethodDescriptionSrvcOrdItmPartnerAddressOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression) Query modifier to restrict the result set to entities for which this expression (formulated over a property of a related entity) evaluates to true.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.link with type arguments of type SrvcOrdItmPartnerAddressModifier and TypeMethodDescriptionprotected SrvcOrdItmPartnerAddressLink<ObjectT>SrvcOrdItmPartnerAddressLink.translateLinkType(EntityLink<SrvcOrdItmPartnerAddressLink<ObjectT>, SrvcOrdItmPartnerAddress, ObjectT> link) -
Uses of SrvcOrdItmPartnerAddress in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SrvcOrdItmPartnerAddressModifier and TypeMethodDescriptionDefaultServiceOrderService.updateSrvcOrdItmPartnerAddress(SrvcOrdItmPartnerAddress srvcOrdItmPartnerAddress) Deprecated.ServiceOrderService.updateSrvcOrdItmPartnerAddress(SrvcOrdItmPartnerAddress srvcOrdItmPartnerAddress) Deprecated.Update an existingSrvcOrdItmPartnerAddressentity and save it to the S/4HANA system.