public static class Application.AssociatedApplications
extends java.lang.Object
Constructor and Description |
---|
AssociatedApplications() |
Modifier and Type | Method and Description |
---|---|
<H extends com.appiancorp.ix.Haul<I,U>,I,U> |
getApplications()
Returns the UUIDs of the associated applications.
|
com.appiancorp.ix.GlobalIdMap |
getGlobalIdMap() |
<H extends com.appiancorp.ix.Haul<I,U>,I,U> |
setApplications(java.lang.String... uuids)
Adds applications as associated applications of this application.
|
void |
setGlobalIdMap(com.appiancorp.ix.GlobalIdMap gidMap) |
java.lang.String |
toString() |
public com.appiancorp.ix.GlobalIdMap getGlobalIdMap()
public void setGlobalIdMap(com.appiancorp.ix.GlobalIdMap gidMap)
public java.lang.String toString()
toString
in class java.lang.Object
public <H extends com.appiancorp.ix.Haul<I,U>,I,U> void setApplications(java.lang.String... uuids)
uuids
- Array of uuids corresponding to the applications to be added.public <H extends com.appiancorp.ix.Haul<I,U>,I,U> java.util.Set<java.lang.String> getApplications()
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.