public class

Tenant

extends HRef
java.lang.Object
   ↳ org.mule.modules.stormpath.model.HRef
     ↳ org.mule.modules.stormpath.model.Tenant

Summary

Fields
private HRef applications
private HRef directories
private String key
private String name
[Expand]
Inherited Fields
From class org.mule.modules.stormpath.model.HRef
Public Constructors
Tenant()
Public Methods
boolean equals(Object other)
HRef getApplications()
HRef getDirectories()
String getKey()
String getName()
int hashCode()
void setApplications(HRef applications)
void setDirectories(HRef directories)
void setKey(String key)
void setName(String name)
String toString()
Tenant withApplications(HRef applications)
Tenant withDirectories(HRef directories)
Tenant withKey(String key)
Tenant withName(String name)
[Expand]
Inherited Methods
From class org.mule.modules.stormpath.model.HRef
From class java.lang.Object

Fields

private HRef applications

private HRef directories

private String key

private String name

Public Constructors

public Tenant ()

Public Methods

public boolean equals (Object other)

Parameters
other

public HRef getApplications ()

public HRef getDirectories ()

public String getKey ()

public String getName ()

public int hashCode ()

public void setApplications (HRef applications)

Parameters
applications

public void setDirectories (HRef directories)

Parameters
directories

public void setKey (String key)

Parameters
key

public void setName (String name)

Parameters
name

public String toString ()

public Tenant withApplications (HRef applications)

Parameters
applications

public Tenant withDirectories (HRef directories)

Parameters
directories

public Tenant withKey (String key)

Parameters
key

public Tenant withName (String name)

Parameters
name