Uses of Class
com.google.code.linkedinapi.schema.NetworkUpdateContentType

Packages that use NetworkUpdateContentType
com.google.code.linkedinapi.schema   
com.google.code.linkedinapi.schema.impl   
com.google.code.linkedinapi.schema.xpp   
 

Uses of NetworkUpdateContentType in com.google.code.linkedinapi.schema
 

Methods in com.google.code.linkedinapi.schema that return NetworkUpdateContentType
static NetworkUpdateContentType NetworkUpdateContentType.fromValue(java.lang.String v)
           
 NetworkUpdateContentType Activity.getContentType()
          Gets the value of the contentType property.
static NetworkUpdateContentType NetworkUpdateContentType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NetworkUpdateContentType[] NetworkUpdateContentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.code.linkedinapi.schema that return types with arguments of type NetworkUpdateContentType
 javax.xml.bind.JAXBElement<NetworkUpdateContentType> ObjectFactory.createContentType(NetworkUpdateContentType value)
          Create an instance of JAXBElement<NetworkUpdateContentType>}
 

Methods in com.google.code.linkedinapi.schema with parameters of type NetworkUpdateContentType
 javax.xml.bind.JAXBElement<NetworkUpdateContentType> ObjectFactory.createContentType(NetworkUpdateContentType value)
          Create an instance of JAXBElement<NetworkUpdateContentType>}
 T SchemaElementFactory.createContentType(NetworkUpdateContentType value)
          Create an instance of JAXBElement <NetworkUpdateContentType>}
 void Activity.setContentType(NetworkUpdateContentType value)
          Sets the value of the contentType property.
 

Uses of NetworkUpdateContentType in com.google.code.linkedinapi.schema.impl
 

Fields in com.google.code.linkedinapi.schema.impl declared as NetworkUpdateContentType
protected  NetworkUpdateContentType ActivityImpl.contentType
           
 

Methods in com.google.code.linkedinapi.schema.impl that return NetworkUpdateContentType
 NetworkUpdateContentType ActivityImpl.getContentType()
           
 

Methods in com.google.code.linkedinapi.schema.impl that return types with arguments of type NetworkUpdateContentType
 javax.xml.bind.JAXBElement<NetworkUpdateContentType> ObjectFactory.createContentType(NetworkUpdateContentType value)
          Create an instance of JAXBElement<NetworkUpdateContentType>}
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type NetworkUpdateContentType
 javax.xml.bind.JAXBElement<NetworkUpdateContentType> ObjectFactory.createContentType(NetworkUpdateContentType value)
          Create an instance of JAXBElement<NetworkUpdateContentType>}
 void ActivityImpl.setContentType(NetworkUpdateContentType value)
           
 

Uses of NetworkUpdateContentType in com.google.code.linkedinapi.schema.xpp
 

Fields in com.google.code.linkedinapi.schema.xpp declared as NetworkUpdateContentType
protected  NetworkUpdateContentType ActivityImpl.contentType
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return NetworkUpdateContentType
 NetworkUpdateContentType ActivityImpl.getContentType()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type NetworkUpdateContentType
 java.lang.String XppElementFactory.createContentType(NetworkUpdateContentType value)
           
 void ActivityImpl.setContentType(NetworkUpdateContentType value)