Uses of Enum Class
software.xdev.bzst.dip.client.model.configuration.BzstDipOecdDocType
Packages that use BzstDipOecdDocType
-
Uses of BzstDipOecdDocType in software.xdev.bzst.dip.client.model.configuration
Methods in software.xdev.bzst.dip.client.model.configuration that return BzstDipOecdDocTypeModifier and TypeMethodDescriptionBzstDipConfiguration.getDocType()static BzstDipOecdDocTypeReturns the enum constant of this class with the specified name.static BzstDipOecdDocType[]BzstDipOecdDocType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.xdev.bzst.dip.client.model.configuration with parameters of type BzstDipOecdDocTypeModifier and TypeMethodDescriptionBzstDipConfigurationBuilder.setDocTypeIndic(BzstDipOecdDocType docTypeIndic) Constructors in software.xdev.bzst.dip.client.model.configuration with parameters of type BzstDipOecdDocTypeModifierConstructorDescriptionBzstDipConfiguration(BzstDipCountryCode transmittingCountry, BzstCesopMessageTypeEnum messageType, String messageRefId, String reportingPeriodCesopYear, int reportingPeriodCesopQuarter, ZonedDateTime timestamp, BzstCesopMessageTypeIndicEnum messageTypeIndicEnum, BzstDipConfiguration.SupportedApplicationCode applicationCode, String certificateKeystorePassword, String keyStorePrivateKeyAlias, String clientId, String taxID, boolean validateTaxID, String taxNumber, String realmEnvironmentBaseUrl, BzstDipEnvironment environment, BzstDipDpiMessageType messageTypeIndic, LocalDate reportingPeriod, BzstDipOecdDocType docType, SigningProvider signingProvider, String platformOperatorDocRefId, String platformOperatorCorrDocRefId, BzstDipQueryResultConfiguration queryResultConfiguration, String platformOperatorOrganizationName, String platformOperatorPlatformName, BzstDipAddressFix platformOperatorAddress)