public class

RestExportRequest

extends RestMapEntity
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.migration.RestExportRequest

Summary

Constants
String EXPORT_LOCATION
String REPOSITORIES_REQUEST
Fields
public static RestExportRequest REQUEST_EXAMPLE
public static RestExportRequest REQUEST_EXAMPLE_WITH_LOCATION
Public Constructors
RestExportRequest()
RestExportRequest(String exportLocation, RestRepositoriesExportRequest repositoryRequest)
RestExportRequest(Map value)
Public Methods
@Nullable String getExportLocation()
@NotNull RestRepositoriesExportRequest getRepositoriesRequest()
[Expand]
Inherited Methods
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 java.util.Map

Constants

public static final String EXPORT_LOCATION

Constant Value: "exportLocation"

public static final String REPOSITORIES_REQUEST

Constant Value: "repositoriesRequest"

Fields

public static RestExportRequest REQUEST_EXAMPLE

public static RestExportRequest REQUEST_EXAMPLE_WITH_LOCATION

Public Constructors

public RestExportRequest ()

public RestExportRequest (String exportLocation, RestRepositoriesExportRequest repositoryRequest)

public RestExportRequest (Map value)

Public Methods

@Nullable public String getExportLocation ()

@NotNull public RestRepositoriesExportRequest getRepositoriesRequest ()