Package com.dnsimple.request
Class TemplateRecordOptions
java.lang.Object
com.dnsimple.request.TemplateRecordOptions
-
Method Summary
Modifier and TypeMethodDescriptionstatic TemplateRecordOptionspriority(int priority) Set a priorityttl(int ttl) Set a TTL (time to live)
-
Method Details
-
of
- Parameters:
name- the name of the record. Use an empty string to create a record for the apex.type- the type of the recordcontent- the content of the record
-
ttl
Set a TTL (time to live) -
priority
Set a priority
-