Class RequestForQuotationBidder
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: RequestForQuotationBidder_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of RequestForQuotationBidder instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<RequestForQuotationBidder>Selector for all available fields of RequestForQuotationBidder.static final SimpleProperty.String<RequestForQuotationBidder>static final SimpleProperty.String<RequestForQuotationBidder>static final SimpleProperty.String<RequestForQuotationBidder>static final SimpleProperty.String<RequestForQuotationBidder>Use with available request builders to apply the _RequestForQuotation navigation property to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionRequestForQuotationBidder(String requestForQuotation, String partnerCounter, String partnerFunction, String supplier, RequestForQuotation to_RequestForQuotation) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidprotected Stringprotected Stringprotected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 3(Key Field) Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable, Maximum length: 10io.vavr.control.Option<RequestForQuotation>Retrieval of associated RequestForQuotation entity (one to one).Constraints: Not nullable, Maximum length: 10getType()inthashCode()voidsetPartnerCounter(String partnerCounter) (Key Field) Constraints: Not nullable, Maximum length: 3voidsetPartnerFunction(String partnerFunction) (Key Field) Constraints: Not nullable, Maximum length: 2voidOverwrites the associated RequestForQuotation entity for the loaded navigation property _RequestForQuotation.voidsetRequestForQuotation(String requestForQuotation) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetSupplier(String supplier) Constraints: Not nullable, Maximum length: 10toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
-
Field Details
-
ALL_FIELDS
Selector for all available fields of RequestForQuotationBidder. -
REQUEST_FOR_QUOTATION
-
PARTNER_COUNTER
-
PARTNER_FUNCTION
-
SUPPLIER
-
TO__REQUEST_FOR_QUOTATION
public static final NavigationProperty.Single<RequestForQuotationBidder,RequestForQuotation> TO__REQUEST_FOR_QUOTATIONUse with available request builders to apply the _RequestForQuotation navigation property to query operations.
-
-
Constructor Details
-
RequestForQuotationBidder
public RequestForQuotationBidder() -
RequestForQuotationBidder
public RequestForQuotationBidder(@Nullable String requestForQuotation, @Nullable String partnerCounter, @Nullable String partnerFunction, @Nullable String supplier, @Nullable RequestForQuotation to_RequestForQuotation)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<RequestForQuotationBidder>
-
setRequestForQuotation
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RequestForQuotation
- Parameters:
requestForQuotation- Purchasing Document Number
-
setPartnerCounter
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: PartnerCounter
- Parameters:
partnerCounter- Partner counter
-
setPartnerFunction
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: PartnerFunction
- Parameters:
partnerFunction- Partner Function
-
setSupplier
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Supplier
- Parameters:
supplier- Account Number of Supplier
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<RequestForQuotationBidder>
-
getKey
- Overrides:
getKeyin classVdmObject<RequestForQuotationBidder>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<RequestForQuotationBidder>
-
fromMap
- Overrides:
fromMapin classVdmObject<RequestForQuotationBidder>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<RequestForQuotationBidder>
-
getRequestForQuotationIfPresent
Retrieval of associated RequestForQuotation entity (one to one). This corresponds to the OData navigation property _RequestForQuotation.If the navigation property for an entity RequestForQuotationBidder has not been resolved yet, this method will not query further information. Instead its
Optionresult state will beempty.- Returns:
- If the information for navigation property _RequestForQuotation is already loaded, the result will
contain the RequestForQuotation entity. If not, an
Optionwith result stateemptyis returned.
-
setRequestForQuotation
Overwrites the associated RequestForQuotation entity for the loaded navigation property _RequestForQuotation.- Parameters:
value- New RequestForQuotation entity.
-
builder
-
getRequestForQuotation
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RequestForQuotation
- Returns:
- Purchasing Document Number
-
getPartnerCounter
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: PartnerCounter
- Returns:
- Partner counter
-
getPartnerFunction
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: PartnerFunction
- Returns:
- Partner Function
-
getSupplier
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Supplier
- Returns:
- Account Number of Supplier
-
toString
- Overrides:
toStringin classVdmObject<RequestForQuotationBidder>
-
equals
- Overrides:
equalsin classVdmEntity<RequestForQuotationBidder>
-
canEqual
- Overrides:
canEqualin classVdmEntity<RequestForQuotationBidder>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<RequestForQuotationBidder>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<RequestForQuotationBidder>
-