public class

ApplicationLinkInfoEntity

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

Summary

Public Constructors
ApplicationLinkInfoEntity()
ApplicationLinkInfoEntity(List<String> configuredAuthProviders, int numConfiguredEntities, List<String> hostEntityTypes, ArrayList<String> remoteEntityTypes)
Public Methods
List<String> getConfiguredAuthProviders()
List<String> getHostEntityTypes()
int getNumConfiguredEntities()
ArrayList<String> getRemoteEntityTypes()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ApplicationLinkInfoEntity ()

public ApplicationLinkInfoEntity (List<String> configuredAuthProviders, int numConfiguredEntities, List<String> hostEntityTypes, ArrayList<String> remoteEntityTypes)

Public Methods

public List<String> getConfiguredAuthProviders ()

public List<String> getHostEntityTypes ()

public int getNumConfiguredEntities ()

public ArrayList<String> getRemoteEntityTypes ()