public class ISOPermissions extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ISOPermissions.Builder<T extends ISOPermissions.Builder<T>>  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
ISOPermissions(String id,
              Set<String> accounts,
              String domainId,
              boolean isPublic)  | 
| Modifier and Type | Method and Description | 
|---|---|
static ISOPermissions.Builder<?> | 
builder()  | 
boolean | 
equals(Object obj)  | 
Set<String> | 
getAccounts()  | 
String | 
getDomainId()  | 
String | 
getId()  | 
int | 
hashCode()  | 
boolean | 
isPublic()  | 
protected com.google.common.base.Objects.ToStringHelper | 
string()  | 
ISOPermissions.Builder<?> | 
toBuilder()  | 
String | 
toString()  | 
public static ISOPermissions.Builder<?> builder()
public ISOPermissions.Builder<?> toBuilder()
public String getId()
public Set<String> getAccounts()
@Nullable public String getDomainId()
public boolean isPublic()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.