|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.rackspace.clouddns.v1.functions.RecordFunctions
public class RecordFunctions
Functions for working with Records.
| Field Summary | |
|---|---|
static com.google.common.base.Function<RecordDetail,Record> |
GET_RECORD
Take a RecordDetail and return its Record. |
static com.google.common.base.Function<RecordDetail,String> |
GET_RECORD_ID
Take a RecordDetail and return its id. |
| Method Summary | |
|---|---|
static Map<String,Record> |
toRecordMap(Set<RecordDetail> recordDetails)
Take a Set of RecordDetails and return a Map of record id to the Record. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final com.google.common.base.Function<RecordDetail,String> GET_RECORD_ID
public static final com.google.common.base.Function<RecordDetail,Record> GET_RECORD
| Method Detail |
|---|
public static Map<String,Record> toRecordMap(Set<RecordDetail> recordDetails)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||