Uses of Enum Class
com.helger.phase4.model.pmode.leg.EPModeSendReceiptReplyPattern
Packages that use EPModeSendReceiptReplyPattern
-
Uses of EPModeSendReceiptReplyPattern in com.helger.phase4.model.pmode.leg
Methods in com.helger.phase4.model.pmode.leg that return EPModeSendReceiptReplyPatternModifier and TypeMethodDescriptionstatic @Nullable EPModeSendReceiptReplyPatternEPModeSendReceiptReplyPattern.getFromIDOrNull(@Nullable String sID) final @Nullable EPModeSendReceiptReplyPatternPModeLegSecurity.getSendReceiptReplyPattern()Returns the enum constant of this class with the specified name.static EPModeSendReceiptReplyPattern[]EPModeSendReceiptReplyPattern.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.helger.phase4.model.pmode.leg with parameters of type EPModeSendReceiptReplyPatternModifier and TypeMethodDescriptionfinal @NonNull com.helger.base.state.EChangePModeLegSecurity.setSendReceiptReplyPattern(@Nullable EPModeSendReceiptReplyPattern eSendReceiptReplyPattern) Constructors in com.helger.phase4.model.pmode.leg with parameters of type EPModeSendReceiptReplyPatternModifierConstructorDescriptionPModeLegSecurity(@Nullable EWSSVersion eWSSVersion, @Nullable com.helger.collection.commons.ICommonsList<String> aX509SignElement, @Nullable com.helger.collection.commons.ICommonsList<String> aX509SignAttachment, @Nullable String sX509SignatureCertificate, @Nullable ECryptoAlgorithmSignDigest eX509SignatureHashFunction, @Nullable ECryptoAlgorithmSign sX509SignatureAlgorithm, @Nullable com.helger.collection.commons.ICommonsList<String> aX509EncryptionEncryptElement, @Nullable com.helger.collection.commons.ICommonsList<String> aX509EncryptionEncryptAttachment, @Nullable String sX509EncryptionCertificate, @Nullable ECryptoAlgorithmCrypt sX509EncryptionAlgorithm, @Nullable Integer aX509EncryptionMinimumStrength, @Nullable String sUsernameTokenUsername, @Nullable String sUsernameTokenPassword, @NonNull com.helger.base.state.ETriState eUsernameTokenDigest, @NonNull com.helger.base.state.ETriState eUsernameTokenNonce, @NonNull com.helger.base.state.ETriState eUsernameTokenCreated, @NonNull com.helger.base.state.ETriState ePModeAuthorize, @NonNull com.helger.base.state.ETriState eSendReceipt, @Nullable EPModeSendReceiptReplyPattern eSendReceiptReplyPattern, @NonNull com.helger.base.state.ETriState eSendReceiptNonRepudiation)