com.google.code.linkedinapi.schema.Content |
Known Indirect Subclasses |
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}id" minOccurs="0"/> <element ref="{}title"/> <element ref="{}submitted-url"/> <element ref="{}shortened-url" minOccurs="0"/> <element ref="{}submitted-image-url"/> <element ref="{}thumbnail-url" minOccurs="0"/> <element ref="{}resolved-url" minOccurs="0"/> <element ref="{}eyebrow-url" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the eyebrowUrl property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the resolvedUrl property.
| |||||||||||
Gets the value of the shortenedUrl property.
| |||||||||||
Gets the value of the submittedImageUrl property.
| |||||||||||
Gets the value of the submittedUrl property.
| |||||||||||
Gets the value of the thumbnailUrl property.
| |||||||||||
Gets the value of the title property.
| |||||||||||
Sets the value of the eyebrowUrl property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the resolvedUrl property.
| |||||||||||
Sets the value of the shortenedUrl property.
| |||||||||||
Sets the value of the submittedImageUrl property.
| |||||||||||
Sets the value of the submittedUrl property.
| |||||||||||
Sets the value of the thumbnailUrl property.
| |||||||||||
Sets the value of the title property.
|
Gets the value of the eyebrowUrl property.
Gets the value of the id property.
Gets the value of the resolvedUrl property.
Gets the value of the shortenedUrl property.
Gets the value of the submittedImageUrl property.
Gets the value of the submittedUrl property.
Gets the value of the thumbnailUrl property.
Gets the value of the title property.
Sets the value of the eyebrowUrl property.
value | Allowed object is String |
---|
Sets the value of the id property.
value | Allowed object is String |
---|
Sets the value of the resolvedUrl property.
value | Allowed object is String |
---|
Sets the value of the shortenedUrl property.
value | Allowed object is String |
---|
Sets the value of the submittedImageUrl property.
value | Allowed object is String |
---|
Sets the value of the submittedUrl property.
value | Allowed object is String |
---|
Sets the value of the thumbnailUrl property.
value | Allowed object is String |
---|
Sets the value of the title property.
value | Allowed object is String |
---|