Class RecordFunctions
java.lang.Object
org.jclouds.rackspace.clouddns.v1.functions.RecordFunctions
Functions for working with Records.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.google.common.base.Function
<RecordDetail, Record> Take a RecordDetail and return its Record.static final com.google.common.base.Function
<RecordDetail, String> Take a RecordDetail and return its id. -
Method Summary
Modifier and TypeMethodDescriptiontoRecordMap
(Set<RecordDetail> recordDetails) Take a Set of RecordDetails and return a Map of record id to the Record.
-
Field Details
-
GET_RECORD_ID
Take a RecordDetail and return its id. -
GET_RECORD
Take a RecordDetail and return its Record.
-
-
Method Details
-
toRecordMap
Take a Set of RecordDetails and return a Map of record id to the Record.
-