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

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

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

Methods in com.google.code.linkedinapi.schema that return NetworkUpdateReturnType
static NetworkUpdateReturnType NetworkUpdateReturnType.fromValue(java.lang.String v)
           
 NetworkUpdateReturnType Update.getUpdateType()
          Gets the value of the updateType property.
static NetworkUpdateReturnType NetworkUpdateReturnType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NetworkUpdateReturnType[] NetworkUpdateReturnType.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 NetworkUpdateReturnType
 javax.xml.bind.JAXBElement<NetworkUpdateReturnType> ObjectFactory.createUpdateType(NetworkUpdateReturnType value)
          Create an instance of JAXBElement<NetworkUpdateReturnType>}
 

Methods in com.google.code.linkedinapi.schema with parameters of type NetworkUpdateReturnType
 javax.xml.bind.JAXBElement<NetworkUpdateReturnType> ObjectFactory.createUpdateType(NetworkUpdateReturnType value)
          Create an instance of JAXBElement<NetworkUpdateReturnType>}
 T SchemaElementFactory.createUpdateType(NetworkUpdateReturnType value)
          Create an instance of JAXBElement <NetworkUpdateReturnType>}
 void Update.setUpdateType(NetworkUpdateReturnType value)
          Sets the value of the updateType property.
 

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

Fields in com.google.code.linkedinapi.schema.impl declared as NetworkUpdateReturnType
protected  NetworkUpdateReturnType UpdateImpl.updateType
           
 

Methods in com.google.code.linkedinapi.schema.impl that return NetworkUpdateReturnType
 NetworkUpdateReturnType UpdateImpl.getUpdateType()
           
 

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

Methods in com.google.code.linkedinapi.schema.impl with parameters of type NetworkUpdateReturnType
 javax.xml.bind.JAXBElement<NetworkUpdateReturnType> ObjectFactory.createUpdateType(NetworkUpdateReturnType value)
          Create an instance of JAXBElement<NetworkUpdateReturnType>}
 void UpdateImpl.setUpdateType(NetworkUpdateReturnType value)
           
 

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

Fields in com.google.code.linkedinapi.schema.xpp declared as NetworkUpdateReturnType
protected  NetworkUpdateReturnType UpdateImpl.updateType
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return NetworkUpdateReturnType
 NetworkUpdateReturnType UpdateImpl.getUpdateType()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type NetworkUpdateReturnType
 java.lang.String XppElementFactory.createUpdateType(NetworkUpdateReturnType value)
           
 void UpdateImpl.setUpdateType(NetworkUpdateReturnType value)