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

com.braintreegateway.EndsWithNode Maven / Gradle / Ivy

The newest version!
package com.braintreegateway;

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy