Class SimpleAttributeFilterElements

java.lang.Object
com.gooddata.sdk.model.executeafm.afm.filter.SimpleAttributeFilterElements
All Implemented Interfaces:
AttributeFilterElements, java.io.Serializable

@Deprecated
public class SimpleAttributeFilterElements
extends java.lang.Object
implements AttributeFilterElements, java.io.Serializable
Deprecated.
It has the same semantic as UriAttributeFilterElements. Preserved because of compatibility and will be removed in future API version.
AttributeFilterElements represented by simple array.
See Also:
Serialized Form
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.gooddata.sdk.model.executeafm.afm.filter.AttributeFilterElements

    AttributeFilterElements.Deserializer, AttributeFilterElements.Serializer
  • Constructor Summary

    Constructors 
    Constructor Description
    SimpleAttributeFilterElements​(java.util.List<java.lang.String> elements)
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    java.util.List<java.lang.String> getElements()
    Deprecated.
    Elements the filter refers to.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait