Class BuPaIdentification
Original entity name from the Odata EDM: A_BuPaIdentificationType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BuPaIdentificationSelectableSelector for all available fields of BuPaIdentification.static final BuPaIdentificationField<String>Use with available fluent helpers to apply the AuthorizationGroup field to query operations.static final BuPaIdentificationField<LocalDateTime>Use with available fluent helpers to apply the BPIdentificationEntryDate field to query operations.static final BuPaIdentificationField<String>Use with available fluent helpers to apply the BPIdentificationNumber field to query operations.static final BuPaIdentificationField<String>Use with available fluent helpers to apply the BPIdentificationType field to query operations.static final BuPaIdentificationField<String>Use with available fluent helpers to apply the BPIdnNmbrIssuingInstitute field to query operations.static final BuPaIdentificationField<String>Use with available fluent helpers to apply the BusinessPartner field to query operations.static final BuPaIdentificationField<String>Use with available fluent helpers to apply the Country field to query operations.static final BuPaIdentificationField<String>Use with available fluent helpers to apply the Region field to query operations.static final BuPaIdentificationField<LocalDateTime>Use with available fluent helpers to apply the ValidityEndDate field to query operations.static final BuPaIdentificationField<LocalDateTime>Use with available fluent helpers to apply the ValidityStartDate field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionBuPaIdentification(String businessPartner, String bPIdentificationType, String bPIdentificationNumber, String bPIdnNmbrIssuingInstitute, LocalDateTime bPIdentificationEntryDate, String country, String region, LocalDateTime validityStartDate, LocalDateTime validityEndDate, String authorizationGroup) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
BuPaIdentificationField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> BuPaIdentificationField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: Not nullable, Maximum length: 4Constraints: Not nullable, Precision: 0(Key Field) Constraints: Not nullable, Maximum length: 60(Key Field) Constraints: Not nullable, Maximum length: 6Constraints: Not nullable, Maximum length: 40(Key Field) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 3protected Stringprotected StringgetKey()Constraints: Not nullable, Maximum length: 3getType()Constraints: Not nullable, Precision: 0Constraints: Not nullable, Precision: 0inthashCode()voidsetAuthorizationGroup(String authorizationGroup) Constraints: Not nullable, Maximum length: 4voidsetBPIdentificationEntryDate(LocalDateTime bPIdentificationEntryDate) Constraints: Not nullable, Precision: 0voidsetBPIdentificationNumber(String bPIdentificationNumber) (Key Field) Constraints: Not nullable, Maximum length: 60voidsetBPIdentificationType(String bPIdentificationType) (Key Field) Constraints: Not nullable, Maximum length: 6voidsetBPIdnNmbrIssuingInstitute(String bPIdnNmbrIssuingInstitute) Constraints: Not nullable, Maximum length: 40voidsetBusinessPartner(String businessPartner) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetCountry(String country) Constraints: Not nullable, Maximum length: 3voidConstraints: Not nullable, Maximum length: 3protected voidsetServicePathForFetch(String servicePathForFetch) voidsetValidityEndDate(LocalDateTime validityEndDate) Constraints: Not nullable, Precision: 0voidsetValidityStartDate(LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0toString()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 BuPaIdentification. -
BUSINESS_PARTNER
Use with available fluent helpers to apply the BusinessPartner field to query operations. -
BP_IDENTIFICATION_TYPE
Use with available fluent helpers to apply the BPIdentificationType field to query operations. -
BP_IDENTIFICATION_NUMBER
Use with available fluent helpers to apply the BPIdentificationNumber field to query operations. -
BP_IDN_NMBR_ISSUING_INSTITUTE
Use with available fluent helpers to apply the BPIdnNmbrIssuingInstitute field to query operations. -
BP_IDENTIFICATION_ENTRY_DATE
Use with available fluent helpers to apply the BPIdentificationEntryDate field to query operations. -
COUNTRY
Use with available fluent helpers to apply the Country field to query operations. -
REGION
Use with available fluent helpers to apply the Region field to query operations. -
VALIDITY_START_DATE
Use with available fluent helpers to apply the ValidityStartDate field to query operations. -
VALIDITY_END_DATE
Use with available fluent helpers to apply the ValidityEndDate field to query operations. -
AUTHORIZATION_GROUP
Use with available fluent helpers to apply the AuthorizationGroup field to query operations.
-
-
Constructor Details
-
BuPaIdentification
public BuPaIdentification() -
BuPaIdentification
public BuPaIdentification(@Nullable String businessPartner, @Nullable String bPIdentificationType, @Nullable String bPIdentificationNumber, @Nullable String bPIdnNmbrIssuingInstitute, @Nullable LocalDateTime bPIdentificationEntryDate, @Nullable String country, @Nullable String region, @Nullable LocalDateTime validityStartDate, @Nullable LocalDateTime validityEndDate, @Nullable String authorizationGroup)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<BuPaIdentification>
-
setBusinessPartner
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartner
- Parameters:
businessPartner- Business Partner Number
-
setBPIdentificationType
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: BPIdentificationType
- Parameters:
bPIdentificationType- Identification Type
-
setBPIdentificationNumber
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: BPIdentificationNumber
- Parameters:
bPIdentificationNumber- Identification Number
-
setBPIdnNmbrIssuingInstitute
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: BPIdnNmbrIssuingInstitute
- Parameters:
bPIdnNmbrIssuingInstitute- Responsible Institution for ID Number
-
setBPIdentificationEntryDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: BPIdentificationEntryDate
- Parameters:
bPIdentificationEntryDate- Date of Entry for ID Number
-
setCountry
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: Country
- Parameters:
country- Country/Region in Which ID Number is Valid or Was Assigned
-
setRegion
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: Region
- Parameters:
region- Region (State, Province, County)
-
setValidityStartDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Parameters:
validityStartDate- Validity Start for ID Number
-
setValidityEndDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityEndDate
- Parameters:
validityEndDate- Validity End for ID Number
-
setAuthorizationGroup
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: AuthorizationGroup
- Parameters:
authorizationGroup- Authorization Group
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<BuPaIdentification>
-
getKey
- Overrides:
getKeyin classVdmObject<BuPaIdentification>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<BuPaIdentification>
-
fromMap
- Overrides:
fromMapin classVdmObject<BuPaIdentification>
-
field
@Nonnull public static <T> BuPaIdentificationField<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> BuPaIdentificationField<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<BuPaIdentification>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<BuPaIdentification>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<BuPaIdentification>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<BuPaIdentification>
-
builder
-
getBusinessPartner
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartner
- Returns:
- Business Partner Number
-
getBPIdentificationType
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: BPIdentificationType
- Returns:
- Identification Type
-
getBPIdentificationNumber
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: BPIdentificationNumber
- Returns:
- Identification Number
-
getBPIdnNmbrIssuingInstitute
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: BPIdnNmbrIssuingInstitute
- Returns:
- Responsible Institution for ID Number
-
getBPIdentificationEntryDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: BPIdentificationEntryDate
- Returns:
- Date of Entry for ID Number
-
getCountry
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: Country
- Returns:
- Country/Region in Which ID Number is Valid or Was Assigned
-
getRegion
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: Region
- Returns:
- Region (State, Province, County)
-
getValidityStartDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Returns:
- Validity Start for ID Number
-
getValidityEndDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityEndDate
- Returns:
- Validity End for ID Number
-
getAuthorizationGroup
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: AuthorizationGroup
- Returns:
- Authorization Group
-
toString
- Overrides:
toStringin classVdmObject<BuPaIdentification>
-
equals
- Overrides:
equalsin classVdmEntity<BuPaIdentification>
-
canEqual
- Overrides:
canEqualin classVdmEntity<BuPaIdentification>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<BuPaIdentification>
-