com.atlassian.bamboo.rest.model
Class Links

java.lang.Object
  extended by com.atlassian.bamboo.rest.model.Links
Direct Known Subclasses:
PageLinks

public class Links
extends Object


Nested Class Summary
static class Links.Builder
           
 
Constructor Summary
Links(String base, String self)
           
 
Method Summary
 String getBase()
           
 String getSelf()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Links

public Links(@NotNull
             String base,
             @Nullable
             String self)
Method Detail

getSelf

public String getSelf()

getBase

public String getBase()


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.