Enum Class EntriesWithoutMetaPrefix

java.lang.Object
java.lang.Enum<EntriesWithoutMetaPrefix>
org.jclouds.openstack.swift.v1.functions.EntriesWithoutMetaPrefix
Record Components:
from - a Multimap containing the prefixed headers.
All Implemented Interfaces:
com.google.common.base.Function<com.google.common.collect.Multimap<String,String>,Map<String,String>>, Serializable, Comparable<EntriesWithoutMetaPrefix>, java.lang.constant.Constable, Function<com.google.common.collect.Multimap<String,String>,Map<String,String>>

public enum EntriesWithoutMetaPrefix extends Enum<EntriesWithoutMetaPrefix> implements com.google.common.base.Function<com.google.common.collect.Multimap<String,String>,Map<String,String>>
Extracts entries whose keys start with .*-Meta-.
  • Enum Constant Details

  • Method Details

    • values

      public static EntriesWithoutMetaPrefix[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static EntriesWithoutMetaPrefix valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • apply

      public Map<String,String> apply(com.google.common.collect.Multimap<String,String> arg0)
      Specified by:
      apply in interface com.google.common.base.Function<com.google.common.collect.Multimap<String,String>,Map<String,String>>
      Specified by:
      apply in interface Function<com.google.common.collect.Multimap<String,String>,Map<String,String>>