@Beta public final class ContentTypeFilter extends java.lang.Object implements java.lang.Iterable<ContentTypeName>
Modifier and Type | Class and Description |
---|---|
static class |
ContentTypeFilter.AccessType |
static class |
ContentTypeFilter.Builder |
Constructor and Description |
---|
ContentTypeFilter(ContentTypeFilter.Builder builder) |
Modifier and Type | Method and Description |
---|---|
static ContentTypeFilter.Builder |
create() |
boolean |
equals(java.lang.Object o) |
ContentTypeFilter.AccessType |
getDefaultAccess() |
int |
hashCode() |
boolean |
isContentTypeAllowed(ContentTypeName contentType) |
java.util.Iterator<ContentTypeName> |
iterator() |
public ContentTypeFilter(ContentTypeFilter.Builder builder)
public ContentTypeFilter.AccessType getDefaultAccess()
public boolean isContentTypeAllowed(ContentTypeName contentType)
public java.util.Iterator<ContentTypeName> iterator()
iterator
in interface java.lang.Iterable<ContentTypeName>
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static ContentTypeFilter.Builder create()