Uses of Class
dev.vality.damsel.domain.PayoutMethodRef
Packages that use PayoutMethodRef
-
Uses of PayoutMethodRef in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as PayoutMethodRefMethods in dev.vality.damsel.domain that return PayoutMethodRefModifier and TypeMethodDescriptionPayoutMethodRef.deepCopy()Reference.getPayoutMethod()Condition.getPayoutMethodIs()PayoutMethodObject.getRef()PayoutMethodRef.setId(PayoutMethod id) Methods in dev.vality.damsel.domain that return types with arguments of type PayoutMethodRefMethods in dev.vality.damsel.domain with parameters of type PayoutMethodRefModifier and TypeMethodDescriptionintPayoutMethodRef.compareTo(PayoutMethodRef other) booleanPayoutMethodRef.equals(PayoutMethodRef that) static ReferenceReference.payout_method(PayoutMethodRef value) static ConditionCondition.payout_method_is(PayoutMethodRef value) voidReference.setPayoutMethod(PayoutMethodRef value) voidCondition.setPayoutMethodIs(PayoutMethodRef value) PayoutMethodObject.setRef(PayoutMethodRef ref) Method parameters in dev.vality.damsel.domain with type arguments of type PayoutMethodRefModifier and TypeMethodDescriptionvoidPayoutMethodSelector.setValue(Set<PayoutMethodRef> value) static PayoutMethodSelectorPayoutMethodSelector.value(Set<PayoutMethodRef> value) Constructors in dev.vality.damsel.domain with parameters of type PayoutMethodRefModifierConstructorDescriptionPayoutMethodRef(PayoutMethodRef other) Performs a deep copy on other.