Class BankDetail
Original entity name from the Odata EDM: A_BankDetailType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BankDetailSelectableSelector for all available fields of BankDetail.static final BankDetailField<String>Use with available fluent helpers to apply the BankCountry field to query operations.static final BankDetailField<String>Use with available fluent helpers to apply the BankGroup field to query operations.static final BankDetailField<String>Use with available fluent helpers to apply the BankInternalID field to query operations.static final BankDetailField<String>Use with available fluent helpers to apply the BankName field to query operations.static final BankDetailField<String>Use with available fluent helpers to apply the BankNumber field to query operations.static final BankDetailField<String>Use with available fluent helpers to apply the Branch field to query operations.static final BankDetailField<String>Use with available fluent helpers to apply the CityName field to query operations.static final BankDetailField<String>Use with available fluent helpers to apply the Region field to query operations.static final BankDetailField<String>Use with available fluent helpers to apply the StreetName field to query operations.static final BankDetailField<String>Use with available fluent helpers to apply the SWIFTCode field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) static BankDetail.BankDetailBuilderbuilder()protected booleanbooleanstatic <T,DomainT>
BankDetailField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> BankDetailField<T>Use with available fluent helpers to apply an extension field to query operations.protected void(Key Field) Constraints: Not nullable, Maximum length: 3Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable, Maximum length: 15Constraints: Not nullable, Maximum length: 60Constraints: Not nullable, Maximum length: 15Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 35protected Stringprotected StringgetKey()Constraints: Not nullable, Maximum length: 3Constraints: Not nullable, Maximum length: 35Constraints: Not nullable, Maximum length: 11getType()inthashCode()voidsetBankCountry(String bankCountry) (Key Field) Constraints: Not nullable, Maximum length: 3voidsetBankGroup(String bankGroup) Constraints: Not nullable, Maximum length: 2voidsetBankInternalID(String bankInternalID) (Key Field) Constraints: Not nullable, Maximum length: 15voidsetBankName(String bankName) Constraints: Not nullable, Maximum length: 60voidsetBankNumber(String bankNumber) Constraints: Not nullable, Maximum length: 15voidConstraints: Not nullable, Maximum length: 40voidsetCityName(String cityName) Constraints: Not nullable, Maximum length: 35voidConstraints: Not nullable, Maximum length: 3protected voidsetServicePathForFetch(String servicePathForFetch) voidsetStreetName(String streetName) Constraints: Not nullable, Maximum length: 35voidsetSWIFTCode(String sWIFTCode) Constraints: Not nullable, Maximum length: 11toString()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 BankDetail. -
BANK_COUNTRY
Use with available fluent helpers to apply the BankCountry field to query operations. -
BANK_INTERNAL_ID
Use with available fluent helpers to apply the BankInternalID field to query operations. -
BANK_NAME
Use with available fluent helpers to apply the BankName field to query operations. -
SWIFT_CODE
Use with available fluent helpers to apply the SWIFTCode field to query operations. -
BANK_GROUP
Use with available fluent helpers to apply the BankGroup field to query operations. -
BANK_NUMBER
Use with available fluent helpers to apply the BankNumber field to query operations. -
REGION
Use with available fluent helpers to apply the Region field to query operations. -
STREET_NAME
Use with available fluent helpers to apply the StreetName field to query operations. -
CITY_NAME
Use with available fluent helpers to apply the CityName field to query operations. -
BRANCH
Use with available fluent helpers to apply the Branch field to query operations.
-
-
Constructor Details
-
BankDetail
public BankDetail() -
BankDetail
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<BankDetail>
-
setBankCountry
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BankCountry
- Parameters:
bankCountry- Country/Region Key of Bank
-
setBankInternalID
(Key Field) Constraints: Not nullable, Maximum length: 15Original property name from the Odata EDM: BankInternalID
- Parameters:
bankInternalID- Bank Keys
-
setBankName
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: BankName
- Parameters:
bankName- Name of Financial Institution
-
setSWIFTCode
Constraints: Not nullable, Maximum length: 11Original property name from the Odata EDM: SWIFTCode
- Parameters:
sWIFTCode- SWIFT/BIC for International Payments
-
setBankGroup
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: BankGroup
- Parameters:
bankGroup- Bank group (bank network)
-
setBankNumber
Constraints: Not nullable, Maximum length: 15Original property name from the Odata EDM: BankNumber
- Parameters:
bankNumber- Bank Number
-
setRegion
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: Region
- Parameters:
region- Region (State, Province, County)
-
setStreetName
Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: StreetName
- Parameters:
streetName- Street and House Number
-
setCityName
Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: CityName
- Parameters:
cityName- City
-
setBranch
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Branch
- Parameters:
branch- Bank Branch
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<BankDetail>
-
getKey
- Overrides:
getKeyin classVdmObject<BankDetail>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<BankDetail>
-
fromMap
- Overrides:
fromMapin classVdmObject<BankDetail>
-
field
@Nonnull public static <T> BankDetailField<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> BankDetailField<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<BankDetail>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<BankDetail>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<BankDetail>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<BankDetail>
-
builder
-
getBankCountry
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BankCountry
- Returns:
- Country/Region Key of Bank
-
getBankInternalID
(Key Field) Constraints: Not nullable, Maximum length: 15Original property name from the Odata EDM: BankInternalID
- Returns:
- Bank Keys
-
getBankName
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: BankName
- Returns:
- Name of Financial Institution
-
getSWIFTCode
Constraints: Not nullable, Maximum length: 11Original property name from the Odata EDM: SWIFTCode
- Returns:
- SWIFT/BIC for International Payments
-
getBankGroup
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: BankGroup
- Returns:
- Bank group (bank network)
-
getBankNumber
Constraints: Not nullable, Maximum length: 15Original property name from the Odata EDM: BankNumber
- Returns:
- Bank Number
-
getRegion
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: Region
- Returns:
- Region (State, Province, County)
-
getStreetName
Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: StreetName
- Returns:
- Street and House Number
-
getCityName
Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: CityName
- Returns:
- City
-
getBranch
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Branch
- Returns:
- Bank Branch
-
toString
- Overrides:
toStringin classVdmObject<BankDetail>
-
equals
- Overrides:
equalsin classVdmEntity<BankDetail>
-
canEqual
- Overrides:
canEqualin classVdmEntity<BankDetail>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<BankDetail>
-