Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.SrvcOrdPartnerAddress
Packages that use SrvcOrdPartnerAddress
Package
Description
-
Uses of SrvcOrdPartnerAddress 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 SrvcOrdPartnerAddressModifier and TypeFieldDescriptionstatic final SrvcOrdPartnerOneToOneLink<SrvcOrdPartnerAddress>SrvcOrdPartner.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 SrvcOrdPartnerAddressModifier and TypeMethodDescriptionSrvcOrdPartnerAddress.SrvcOrdPartnerAddressBuilder.build()SrvcOrdPartner.fetchAddress()Fetches the SrvcOrdPartnerAddress entity (one to one) associated with this entity.SrvcOrdPartner.getAddressOrFetch()Retrieval of associated SrvcOrdPartnerAddress entity (one to one).protected SrvcOrdPartnerAddressSrvcOrdPartnerAddressUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder that return types with arguments of type SrvcOrdPartnerAddressModifier and TypeMethodDescriptionio.vavr.control.Option<SrvcOrdPartnerAddress>SrvcOrdPartner.getAddressIfPresent()Retrieval of associated SrvcOrdPartnerAddress entity (one to one).protected Class<SrvcOrdPartnerAddress>SrvcOrdPartnerAddressByKeyFluentHelper.getEntityClass()protected Class<SrvcOrdPartnerAddress>SrvcOrdPartnerAddressFluentHelper.getEntityClass()SrvcOrdPartnerAddress.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type SrvcOrdPartnerAddressModifier and TypeMethodDescriptionSrvcOrdPartner.SrvcOrdPartnerBuilder.address(SrvcOrdPartnerAddress value) Navigation property to_Address for SrvcOrdPartner to single SrvcOrdPartnerAddress.voidSrvcOrdPartner.setAddress(SrvcOrdPartnerAddress value) Overwrites the associated SrvcOrdPartnerAddress entity for the loaded navigation property to_Address.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type SrvcOrdPartnerAddressModifierConstructorDescriptionSrvcOrdPartner(String serviceOrder, String custMgmtPartnerFunction, String custMgmtBusinessPartner, Boolean custMgmtPartnerIsMainPartner, SrvcOrdPartnerAddress toAddress) SrvcOrdPartnerAddressUpdateFluentHelper(String servicePath, SrvcOrdPartnerAddress entity, String entityCollection) Creates a fluent helper object that will update aSrvcOrdPartnerAddressentity on the OData endpoint. -
Uses of SrvcOrdPartnerAddress 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 SrvcOrdPartnerAddressModifier and TypeMethodDescriptionDefaultServiceOrderServiceBatchChangeSet.updateSrvcOrdPartnerAddress(SrvcOrdPartnerAddress srvcOrdPartnerAddress) ServiceOrderServiceBatchChangeSet.updateSrvcOrdPartnerAddress(SrvcOrdPartnerAddress srvcOrdPartnerAddress) Update an existingSrvcOrdPartnerAddressentity and save it to the S/4HANA system. -
Uses of SrvcOrdPartnerAddress 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 SrvcOrdPartnerAddressModifier and TypeMethodDescriptionSrvcOrdPartnerAddressOneToOneLink.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 SrvcOrdPartnerAddressModifier and TypeMethodDescriptionprotected SrvcOrdPartnerAddressLink<ObjectT>SrvcOrdPartnerAddressLink.translateLinkType(EntityLink<SrvcOrdPartnerAddressLink<ObjectT>, SrvcOrdPartnerAddress, ObjectT> link) -
Uses of SrvcOrdPartnerAddress in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SrvcOrdPartnerAddressModifier and TypeMethodDescriptionDefaultServiceOrderService.updateSrvcOrdPartnerAddress(SrvcOrdPartnerAddress srvcOrdPartnerAddress) Deprecated.ServiceOrderService.updateSrvcOrdPartnerAddress(SrvcOrdPartnerAddress srvcOrdPartnerAddress) Deprecated.Update an existingSrvcOrdPartnerAddressentity and save it to the S/4HANA system.