Class ContentTypeProfile

    • Method Detail

      • format

        public final Format format()

        The format for a field-level encryption content type-profile mapping.

        If the service returns an enum value that is not available in the current SDK version, format will return Format.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from formatAsString().

        Returns:
        The format for a field-level encryption content type-profile mapping.
        See Also:
        Format
      • formatAsString

        public final String formatAsString()

        The format for a field-level encryption content type-profile mapping.

        If the service returns an enum value that is not available in the current SDK version, format will return Format.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from formatAsString().

        Returns:
        The format for a field-level encryption content type-profile mapping.
        See Also:
        Format
      • profileId

        public final String profileId()

        The profile ID for a field-level encryption content type-profile mapping.

        Returns:
        The profile ID for a field-level encryption content type-profile mapping.
      • contentType

        public final String contentType()

        The content type for a field-level encryption content type-profile mapping.

        Returns:
        The content type for a field-level encryption content type-profile mapping.
      • 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)