@JsonSurrogate public class

RestBranch

extends RestRef
java.lang.Object
   ↳ java.util.AbstractMap<K, V>
     ↳ java.util.HashMap<K, V>
       ↳ java.util.LinkedHashMap<K, V>
         ↳ com.atlassian.bitbucket.rest.RestMapEntity
           ↳ com.atlassian.bitbucket.rest.repository.RestMinimalRef
             ↳ com.atlassian.bitbucket.rest.repository.RestRef
               ↳ com.atlassian.bitbucket.rest.repository.RestBranch

Summary

[Expand]
Inherited Constants
From class com.atlassian.bitbucket.rest.repository.RestMinimalRef
Fields
public static final RestPage<RestBranch> PAGE_EXAMPLE
public static final RestBranch REQUEST_EXAMPLE
public static final RestBranch RESPONSE_EXAMPLE
public static final Function<BranchRestBranch> REST_TRANSFORM
[Expand]
Inherited Fields
From class com.atlassian.bitbucket.rest.repository.RestMinimalRef
Public Constructors
RestBranch()
RestBranch(Branch branch)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.rest.repository.RestMinimalRef
From class com.atlassian.bitbucket.rest.RestMapEntity
From class java.util.LinkedHashMap
From class java.util.HashMap
From class java.util.AbstractMap
From class java.lang.Object
From interface com.atlassian.bitbucket.repository.MinimalRef
From interface java.util.Map

Fields

public static final RestPage<RestBranch> PAGE_EXAMPLE

public static final RestBranch REQUEST_EXAMPLE

public static final RestBranch RESPONSE_EXAMPLE

public static final Function<BranchRestBranch> REST_TRANSFORM

Public Constructors

public RestBranch ()

public RestBranch (Branch branch)