All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.braintreegateway.IsNode Maven / Gradle / Ivy

The newest version!
package com.braintreegateway;

public class IsNode extends SearchNode {
    public IsNode(String nodeName, T parent) {
        super(nodeName, parent);
    }

    public T is(String value) {
        return assembleCriteria("is", value);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy