EntryInterface
interface EntryInterface implements ResourceInterface
Methods
                    getSystemProperties()
        
                                            
                Returns the resource's system properties, defined in the object "sys" in Contentful's responses.
from ResourceInterface
            
                    string
                
                
                    getId()
        
                                            
                Shortcut for retrieving the resource ID from the system properties object.
from ResourceInterface
            
                    string
                
                
                    getType()
        
                                            
                Shortcut for retrieving the resource type from the system properties object.
from ResourceInterface
            Details
        in ResourceInterface at         line 29
                            SystemPropertiesInterface
    getSystemProperties()
        
    
    Returns the resource's system properties, defined in the object "sys" in Contentful's responses.
        in ResourceInterface at         line 36
                            Link
    asLink()
        
    
    Creates a Link representation of the current resource.
        in ResourceInterface at         line 44
                            string
    getId()
        
    
    Shortcut for retrieving the resource ID from the system properties object.
        in ResourceInterface at         line 52
                            string
    getType()
        
    
    Shortcut for retrieving the resource type from the system properties object.