Class Dns.ChangeRequestOption

  • All Implemented Interfaces:
    Serializable
    Enclosing interface:
    Dns

    public static class Dns.ChangeRequestOption
    extends Object
    Class for specifying change request field options.
    See Also:
    Serialized Form
    • Method Detail

      • fields

        public static Dns.ChangeRequestOption fields​(Dns.ChangeRequestField... fields)
        Returns an option to specify which fields of ChangeRequest should be returned by the service.

        If this option is not provided all change request fields are returned. ChangeRequestOption.fields can be used to specify only the fields of interest. The ID of the change request is always returned, even if not specified. Dns.ChangeRequestField provides a list of fields that can be used.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object