Class Receipt.Builder
java.lang.Object
com.yoti.api.client.spi.remote.call.Receipt.Builder
- Enclosing class:
- Receipt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withExtraData(byte[] extraData) withOtherPartyExtraData(byte[] otherPartyExtraData) withOtherPartyProfile(byte[] otherPartyProfile) withOutcome(Receipt.Outcome outcome) withParentRememberMeId(byte[] parentRememberMeId) withPersonalKey(byte[] personalKey) withPolicyUri(String policyUri) withProfile(byte[] profile) withReceiptId(byte[] receiptId) withRememberMeId(byte[] rememberMeId) withTimestamp(String timestamp) withWrappedReceiptKey(byte[] wrappedReceiptKey)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withReceiptId
-
withOtherPartyProfile
-
withProfile
-
withOtherPartyExtraData
-
withExtraData
-
withWrappedReceiptKey
-
withPolicyUri
-
withPersonalKey
-
withRememberMeId
-
withParentRememberMeId
-
withOutcome
-
withTimestamp
-
build
-