Class RequestForQuotationBidder
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<RequestForQuotationBidder>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.requestsforquotation.RequestForQuotationBidder
Bidder
Original entity name from the Odata EDM: A_RequestForQuotationBidderType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RequestForQuotationBidderSelectableSelector for all available fields of RequestForQuotationBidder.static final RequestForQuotationBidderField<String>Use with available fluent helpers to apply the PartnerCounter field to query operations.static final RequestForQuotationBidderField<String>Use with available fluent helpers to apply the PartnerFunction field to query operations.static final RequestForQuotationBidderField<String>Use with available fluent helpers to apply the RequestForQuotation field to query operations.static final RequestForQuotationBidderField<String>Use with available fluent helpers to apply the Supplier field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionRequestForQuotationBidder(String requestForQuotation, String partnerCounter, String partnerFunction, String supplier) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
RequestForQuotationBidderField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> RequestForQuotationBidderField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected StringgetKey()(Key Field) Constraints: Not nullable, Maximum length: 3Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 10getType()inthashCode()voidsetPartnerCounter(String partnerCounter) (Key Field) Constraints: Not nullable, Maximum length: 3voidsetPartnerFunction(String partnerFunction) Constraints: Not nullable, Maximum length: 2voidsetRequestForQuotation(String requestForQuotation) (Key Field) Constraints: Not nullable, Maximum length: 10protected voidsetServicePathForFetch(String servicePathForFetch) voidsetSupplier(String supplier) Constraints: Not nullable, Maximum length: 10toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of RequestForQuotationBidder. -
REQUEST_FOR_QUOTATION
Use with available fluent helpers to apply the RequestForQuotation field to query operations. -
PARTNER_COUNTER
Use with available fluent helpers to apply the PartnerCounter field to query operations. -
PARTNER_FUNCTION
Use with available fluent helpers to apply the PartnerFunction field to query operations. -
SUPPLIER
Use with available fluent helpers to apply the Supplier field to query operations.
-
-
Constructor Details
-
RequestForQuotationBidder
public RequestForQuotationBidder() -
RequestForQuotationBidder
-
-
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
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>
-
field
@Nonnull public static <T> RequestForQuotationBidderField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.- Parameters:
fieldName- The name of the extension field as returned by the OData service.fieldType- The Java type to use for the extension field when performing value comparisons.- Returns:
- A representation of an extension field from this entity.
-
field
@Nonnull public static <T,DomainT> RequestForQuotationBidderField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.DomainT- The type of the extension field as returned by the OData service.- Parameters:
typeConverter- A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the fieldfieldName- The name of the extension field as returned by the OData service.- Returns:
- A representation of an extension field from this entity, holding a reference to the given TypeConverter.
-
getDestinationForFetch
- Overrides:
getDestinationForFetchin classVdmEntity<RequestForQuotationBidder>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<RequestForQuotationBidder>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<RequestForQuotationBidder>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<RequestForQuotationBidder>
-
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
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>
-