public abstract class License extends Object
abstract boolean
chargesUseFee()
static License
create(URI selfLink, String name, boolean chargesUseFee)
abstract String
name()
abstract URI
selfLink()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public abstract URI selfLink()
public abstract String name()
public abstract boolean chargesUseFee()
public static License create(URI selfLink, String name, boolean chargesUseFee)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.