java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<BuPaIdentification>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.BuPaIdentification

public class BuPaIdentification extends VdmEntity<BuPaIdentification>
Identification

Original entity name from the Odata EDM: A_BuPaIdentificationType

  • Field Details

    • ALL_FIELDS

      public static final BuPaIdentificationSelectable ALL_FIELDS
      Selector for all available fields of BuPaIdentification.
    • BUSINESS_PARTNER

      public static final BuPaIdentificationField<String> BUSINESS_PARTNER
      Use with available fluent helpers to apply the BusinessPartner field to query operations.
    • BP_IDENTIFICATION_TYPE

      public static final BuPaIdentificationField<String> BP_IDENTIFICATION_TYPE
      Use with available fluent helpers to apply the BPIdentificationType field to query operations.
    • BP_IDENTIFICATION_NUMBER

      public static final BuPaIdentificationField<String> BP_IDENTIFICATION_NUMBER
      Use with available fluent helpers to apply the BPIdentificationNumber field to query operations.
    • BP_IDN_NMBR_ISSUING_INSTITUTE

      public static final BuPaIdentificationField<String> BP_IDN_NMBR_ISSUING_INSTITUTE
      Use with available fluent helpers to apply the BPIdnNmbrIssuingInstitute field to query operations.
    • BP_IDENTIFICATION_ENTRY_DATE

      public static final BuPaIdentificationField<LocalDateTime> BP_IDENTIFICATION_ENTRY_DATE
      Use with available fluent helpers to apply the BPIdentificationEntryDate field to query operations.
    • COUNTRY

      public static final BuPaIdentificationField<String> COUNTRY
      Use with available fluent helpers to apply the Country field to query operations.
    • REGION

      public static final BuPaIdentificationField<String> REGION
      Use with available fluent helpers to apply the Region field to query operations.
    • VALIDITY_START_DATE

      public static final BuPaIdentificationField<LocalDateTime> VALIDITY_START_DATE
      Use with available fluent helpers to apply the ValidityStartDate field to query operations.
    • VALIDITY_END_DATE

      public static final BuPaIdentificationField<LocalDateTime> VALIDITY_END_DATE
      Use with available fluent helpers to apply the ValidityEndDate field to query operations.
    • AUTHORIZATION_GROUP

      public static final BuPaIdentificationField<String> 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

      @Nonnull public Class<BuPaIdentification> getType()
      Specified by:
      getType in class VdmObject<BuPaIdentification>
    • setBusinessPartner

      public void setBusinessPartner(@Nullable String businessPartner)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: BusinessPartner

      Parameters:
      businessPartner - Business Partner Number
    • setBPIdentificationType

      public void setBPIdentificationType(@Nullable String bPIdentificationType)
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: BPIdentificationType

      Parameters:
      bPIdentificationType - Identification Type
    • setBPIdentificationNumber

      public void setBPIdentificationNumber(@Nullable String bPIdentificationNumber)
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: BPIdentificationNumber

      Parameters:
      bPIdentificationNumber - Identification Number
    • setBPIdnNmbrIssuingInstitute

      public void setBPIdnNmbrIssuingInstitute(@Nullable String bPIdnNmbrIssuingInstitute)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: BPIdnNmbrIssuingInstitute

      Parameters:
      bPIdnNmbrIssuingInstitute - Responsible Institution for ID Number
    • setBPIdentificationEntryDate

      public void setBPIdentificationEntryDate(@Nullable LocalDateTime bPIdentificationEntryDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: BPIdentificationEntryDate

      Parameters:
      bPIdentificationEntryDate - Date of Entry for ID Number
    • setCountry

      public void setCountry(@Nullable String country)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: Country

      Parameters:
      country - Country/Region in Which ID Number is Valid or Was Assigned
    • setRegion

      public void setRegion(@Nullable String region)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: Region

      Parameters:
      region - Region (State, Province, County)
    • setValidityStartDate

      public void setValidityStartDate(@Nullable LocalDateTime validityStartDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: ValidityStartDate

      Parameters:
      validityStartDate - Validity Start for ID Number
    • setValidityEndDate

      public void setValidityEndDate(@Nullable LocalDateTime validityEndDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: ValidityEndDate

      Parameters:
      validityEndDate - Validity End for ID Number
    • setAuthorizationGroup

      public void setAuthorizationGroup(@Nullable String authorizationGroup)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: AuthorizationGroup

      Parameters:
      authorizationGroup - Authorization Group
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<BuPaIdentification>
    • getKey

      @Nonnull protected Map<String,Object> getKey()
      Overrides:
      getKey in class VdmObject<BuPaIdentification>
    • toMapOfFields

      @Nonnull protected Map<String,Object> toMapOfFields()
      Overrides:
      toMapOfFields in class VdmObject<BuPaIdentification>
    • fromMap

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<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 field
      fieldName - 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

      @Nullable public HttpDestinationProperties getDestinationForFetch()
      Overrides:
      getDestinationForFetch in class VdmEntity<BuPaIdentification>
    • setServicePathForFetch

      protected void setServicePathForFetch(@Nullable String servicePathForFetch)
      Overrides:
      setServicePathForFetch in class VdmEntity<BuPaIdentification>
    • attachToService

      public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
      Overrides:
      attachToService in class VdmEntity<BuPaIdentification>
    • getDefaultServicePath

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<BuPaIdentification>
    • builder

      @Nonnull public static BuPaIdentification.BuPaIdentificationBuilder builder()
    • getBusinessPartner

      @Nullable public String getBusinessPartner()
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: BusinessPartner

      Returns:
      Business Partner Number
    • getBPIdentificationType

      @Nullable public String getBPIdentificationType()
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: BPIdentificationType

      Returns:
      Identification Type
    • getBPIdentificationNumber

      @Nullable public String getBPIdentificationNumber()
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: BPIdentificationNumber

      Returns:
      Identification Number
    • getBPIdnNmbrIssuingInstitute

      @Nullable public String getBPIdnNmbrIssuingInstitute()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: BPIdnNmbrIssuingInstitute

      Returns:
      Responsible Institution for ID Number
    • getBPIdentificationEntryDate

      @Nullable public LocalDateTime getBPIdentificationEntryDate()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: BPIdentificationEntryDate

      Returns:
      Date of Entry for ID Number
    • getCountry

      @Nullable public String getCountry()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: Country

      Returns:
      Country/Region in Which ID Number is Valid or Was Assigned
    • getRegion

      @Nullable public String getRegion()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: Region

      Returns:
      Region (State, Province, County)
    • getValidityStartDate

      @Nullable public LocalDateTime getValidityStartDate()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: ValidityStartDate

      Returns:
      Validity Start for ID Number
    • getValidityEndDate

      @Nullable public LocalDateTime getValidityEndDate()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: ValidityEndDate

      Returns:
      Validity End for ID Number
    • getAuthorizationGroup

      @Nullable public String getAuthorizationGroup()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: AuthorizationGroup

      Returns:
      Authorization Group
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<BuPaIdentification>
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class VdmEntity<BuPaIdentification>
    • canEqual

      protected boolean canEqual(@Nullable Object other)
      Overrides:
      canEqual in class VdmEntity<BuPaIdentification>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<BuPaIdentification>