Class CustAddrDepdntExtIdentifier
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<CustAddrDepdntExtIdentifier>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.CustAddrDepdntExtIdentifier
Customer Address Dependent External Identifier
Original entity name from the Odata EDM: A_CustAddrDepdntExtIdentifierType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CustAddrDepdntExtIdentifierField<String>Use with available fluent helpers to apply the AddressID field to query operations.static final CustAddrDepdntExtIdentifierSelectableSelector for all available fields of CustAddrDepdntExtIdentifier.static final CustAddrDepdntExtIdentifierField<String>Use with available fluent helpers to apply the Customer field to query operations.static final CustAddrDepdntExtIdentifierField<String>Use with available fluent helpers to apply the CustomerExternalRefID field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionCustAddrDepdntExtIdentifier(String customer, String addressID, String customerExternalRefID) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
CustAddrDepdntExtIdentifierField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> CustAddrDepdntExtIdentifierField<T>Use with available fluent helpers to apply an extension field to query operations.protected void(Key Field) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 12protected Stringprotected StringgetKey()getType()inthashCode()voidsetAddressID(String addressID) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetCustomer(String customer) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetCustomerExternalRefID(String customerExternalRefID) Constraints: Not nullable, Maximum length: 12protected voidsetServicePathForFetch(String servicePathForFetch) toString()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 CustAddrDepdntExtIdentifier. -
CUSTOMER
Use with available fluent helpers to apply the Customer field to query operations. -
ADDRESS_ID
Use with available fluent helpers to apply the AddressID field to query operations. -
CUSTOMER_EXTERNAL_REF_ID
Use with available fluent helpers to apply the CustomerExternalRefID field to query operations.
-
-
Constructor Details
-
CustAddrDepdntExtIdentifier
public CustAddrDepdntExtIdentifier() -
CustAddrDepdntExtIdentifier
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<CustAddrDepdntExtIdentifier>
-
setCustomer
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Customer
- Parameters:
customer- Customer Number
-
setAddressID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AddressID
- Parameters:
addressID- Business Partner Address Number (from BUT020)
-
setCustomerExternalRefID
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CustomerExternalRefID
- Parameters:
customerExternalRefID- Customer Identifier for External System
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<CustAddrDepdntExtIdentifier>
-
getKey
- Overrides:
getKeyin classVdmObject<CustAddrDepdntExtIdentifier>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<CustAddrDepdntExtIdentifier>
-
fromMap
- Overrides:
fromMapin classVdmObject<CustAddrDepdntExtIdentifier>
-
field
@Nonnull public static <T> CustAddrDepdntExtIdentifierField<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> CustAddrDepdntExtIdentifierField<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<CustAddrDepdntExtIdentifier>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<CustAddrDepdntExtIdentifier>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<CustAddrDepdntExtIdentifier>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<CustAddrDepdntExtIdentifier>
-
builder
-
getCustomer
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Customer
- Returns:
- Customer Number
-
getAddressID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AddressID
- Returns:
- Business Partner Address Number (from BUT020)
-
getCustomerExternalRefID
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CustomerExternalRefID
- Returns:
- Customer Identifier for External System
-
toString
- Overrides:
toStringin classVdmObject<CustAddrDepdntExtIdentifier>
-
equals
- Overrides:
equalsin classVdmEntity<CustAddrDepdntExtIdentifier>
-
canEqual
- Overrides:
canEqualin classVdmEntity<CustAddrDepdntExtIdentifier>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<CustAddrDepdntExtIdentifier>
-