public class

CreateApplicationLinkRequestEntity

extends Object
java.lang.Object
   ↳ com.atlassian.applinks.core.rest.model.CreateApplicationLinkRequestEntity

Class Overview

This object is used when creating a new application link using the add application link wizard.

Summary

Public Constructors
CreateApplicationLinkRequestEntity(ApplicationLinkEntity applicationLink, String username, String password, boolean customRpcURL, URI rpcUrl, boolean createTwoWayLink, ConfigurationFormValuesEntity configFormValues)
Public Methods
boolean createTwoWayLink()
ApplicationLinkEntity getApplicationLink()
ConfigurationFormValuesEntity getConfigFormValues()
OrphanedTrust getOrphanedTrust()
String getPassword()
URI getRpcUrl()
String getUsername()
boolean isCustomRpcURL()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CreateApplicationLinkRequestEntity (ApplicationLinkEntity applicationLink, String username, String password, boolean customRpcURL, URI rpcUrl, boolean createTwoWayLink, ConfigurationFormValuesEntity configFormValues)

Public Methods

public boolean createTwoWayLink ()

public ApplicationLinkEntity getApplicationLink ()

public ConfigurationFormValuesEntity getConfigFormValues ()

public OrphanedTrust getOrphanedTrust ()

public String getPassword ()

public URI getRpcUrl ()

public String getUsername ()

public boolean isCustomRpcURL ()