public class

Group

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

Summary

Nested Classes
enum Group.Status  
Fields
private HRef accountMemberships
private HRef accounts
private String description
private HRef directory
private String name
private Group.Status status
private HRef tenant
[Expand]
Inherited Fields
From class org.mule.modules.stormpath.model.HRef
Public Constructors
Group()
Public Methods
boolean equals(Object other)
HRef getAccountMemberships()
HRef getAccounts()
String getDescription()
HRef getDirectory()
String getName()
Group.Status getStatus()
HRef getTenant()
int hashCode()
void setAccountMemberships(HRef accountMemberships)
void setAccounts(HRef accounts)
void setDescription(String description)
void setDirectory(HRef directory)
void setName(String name)
void setStatus(Group.Status status)
void setTenant(HRef tenant)
String toString()
Group withAccountMemberships(HRef accountMemberships)
Group withAccounts(HRef accounts)
Group withDescription(String description)
Group withDirectory(HRef directory)
Group withName(String name)
Group withStatus(Group.Status status)
Group withTenant(HRef tenant)
[Expand]
Inherited Methods
From class org.mule.modules.stormpath.model.HRef
From class java.lang.Object

Fields

private HRef accountMemberships

private HRef accounts

private String description

private HRef directory

private String name

private Group.Status status

private HRef tenant

Public Constructors

public Group ()

Public Methods

public boolean equals (Object other)

Parameters
other

public HRef getAccountMemberships ()

public HRef getAccounts ()

public String getDescription ()

public HRef getDirectory ()

public String getName ()

public Group.Status getStatus ()

public HRef getTenant ()

public int hashCode ()

public void setAccountMemberships (HRef accountMemberships)

Parameters
accountMemberships

public void setAccounts (HRef accounts)

Parameters
accounts

public void setDescription (String description)

Parameters
description

public void setDirectory (HRef directory)

Parameters
directory

public void setName (String name)

Parameters
name

public void setStatus (Group.Status status)

Parameters
status

public void setTenant (HRef tenant)

Parameters
tenant

public String toString ()

public Group withAccountMemberships (HRef accountMemberships)

Parameters
accountMemberships

public Group withAccounts (HRef accounts)

Parameters
accounts

public Group withDescription (String description)

Parameters
description

public Group withDirectory (HRef directory)

Parameters
directory

public Group withName (String name)

Parameters
name

public Group withStatus (Group.Status status)

Parameters
status

public Group withTenant (HRef tenant)

Parameters
tenant