Tabnine Logo
LinkField
Code IndexAdd Tabnine to your IDE (free)

How to use
LinkField
in
com.sugarcrm.ws.soap

Best Java code snippets using com.sugarcrm.ws.soap.LinkField (Showing top 3 results out of 315)

origin: org.apache.metamodel/MetaModel-sugarcrm

/**
 * Create an instance of {@link LinkField }
 * 
 */
public LinkField createLinkField() {
  return new LinkField();
}
origin: org.eobjects.metamodel/MetaModel-sugarcrm

/**
 * Create an instance of {@link LinkField }
 * 
 */
public LinkField createLinkField() {
  return new LinkField();
}
origin: apache/metamodel

/**
 * Create an instance of {@link LinkField }
 * 
 */
public LinkField createLinkField() {
  return new LinkField();
}
com.sugarcrm.ws.soapLinkField

Javadoc

Java class for link_field complex type.

The following schema fragment specifies the expected content contained within this class.

 
<complexType name="link_field"> 
<complexContent> 
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 
<all> 
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> 
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/> 
<element name="relationship" type="{http://www.w3.org/2001/XMLSchema}string"/> 
<element name="module" type="{http://www.w3.org/2001/XMLSchema}string"/> 
<element name="bean_name" type="{http://www.w3.org/2001/XMLSchema}string"/> 
</all> 
</restriction> 
</complexContent> 
</complexType> 

Most used methods

  • <init>

Popular in Java

  • Creating JSON documents from java classes using gson
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • getApplicationContext (Context)
  • runOnUiThread (Activity)
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • TreeSet (java.util)
    TreeSet is an implementation of SortedSet. All optional operations (adding and removing) are support
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • JTable (javax.swing)
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now