Link
class Link
A link encodes a reference to a resource.
Methods
                    __construct(string $id, string $linkType)
        
                                            
                
            Link constructor.
                    string
                
                
                    getId()
        
                                            
                
            Get the ID of the referenced resource
                    string
                
                
                    getLinkType()
        
                                            
                
            Get the type of the Link.
Details
        at         line 32
                            
    __construct(string $id, string $linkType)
        
    
    Link constructor.
        at         line 43
                            string
    getId()
        
    
    Get the ID of the referenced resource
        at         line 57
                            string
    getLinkType()
        
    
    Get the type of the Link.
Possible values are: - Asset - Entry