Class FieldLevelEncryptionConfig

    • Method Detail

      • callerReference

        public final String callerReference()

        A unique number that ensures the request can't be replayed.

        Returns:
        A unique number that ensures the request can't be replayed.
      • comment

        public final String comment()

        An optional comment about the configuration. The comment cannot be longer than 128 characters.

        Returns:
        An optional comment about the configuration. The comment cannot be longer than 128 characters.
      • queryArgProfileConfig

        public final QueryArgProfileConfig queryArgProfileConfig()

        A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

        Returns:
        A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.
      • contentTypeProfileConfig

        public final ContentTypeProfileConfig contentTypeProfileConfig()

        A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

        Returns:
        A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)