@Gw2ApiVersion(value="v1") public class Guild extends Object
Constructor and Description |
---|
Guild() |
Modifier and Type | Method and Description |
---|---|
GuildEmblem |
getEmblem()
Retrieve details about the guild's in-game emblem.
|
String |
getId()
Retrieve the UUID for the guild.
|
String |
getName()
Retrieve the guild's full in-game name.
|
String |
getTag()
Retrieve the guild's in-game tag.
|
void |
setEmblem(GuildEmblem emblem) |
void |
setId(String id) |
void |
setName(String name) |
void |
setTag(String tag) |
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getTag()
public void setTag(String tag)
public GuildEmblem getEmblem()
GuildEmblem
.public void setEmblem(GuildEmblem emblem)
Copyright © 2014. All Rights Reserved.