### YamlMime:ManagedReference items: - uid: com.microsoft.azure.cognitiveservices.search.entitysearch.models._organization id: _organization parent: com.microsoft.azure.cognitiveservices.search.entitysearch.models href: com.microsoft.azure.cognitiveservices.search.entitysearch.models._organization.yml langs: - java name: Organization nameWithType: Organization fullName: com.microsoft.azure.cognitiveservices.search.entitysearch.models.Organization type: Class source: remote: path: cognitiveservices/data-plane/search/bingentitysearch/src/main/java/com/microsoft/azure/cognitiveservices/search/entitysearch/models/Organization.java branch: master repo: https://github.com/Azure/azure-sdk-for-java path: cognitiveservices/data-plane/search/bingentitysearch/src/main/java/com/microsoft/azure/cognitiveservices/search/entitysearch/models/Organization.java startLine: 18 package: com.microsoft.azure.cognitiveservices.search.entitysearch.models summary:

Defines an organization.

syntax: content: public class Organization extends Thing inheritance: - java.lang.Object - com.microsoft.azure.cognitiveservices.search.entitysearch.models._response_base - com.microsoft.azure.cognitiveservices.search.entitysearch.models._identifiable - com.microsoft.azure.cognitiveservices.search.entitysearch.models._response - com.microsoft.azure.cognitiveservices.search.entitysearch.models._thing inheritedMembers: - com.microsoft.azure.cognitiveservices.search.entitysearch.models._thing.bingId() - com.microsoft.azure.cognitiveservices.search.entitysearch.models._response.contractualRules() - com.microsoft.azure.cognitiveservices.search.entitysearch.models._thing.description() - com.microsoft.azure.cognitiveservices.search.entitysearch.models._thing.entityPresentationInfo() - com.microsoft.azure.cognitiveservices.search.entitysearch.models._identifiable.id() - com.microsoft.azure.cognitiveservices.search.entitysearch.models._thing.image() - com.microsoft.azure.cognitiveservices.search.entitysearch.models._thing.name() - com.microsoft.azure.cognitiveservices.search.entitysearch.models._thing.url() - com.microsoft.azure.cognitiveservices.search.entitysearch.models._response.webSearchUrl() references: - uid: com.microsoft.azure.cognitiveservices.search.entitysearch.models._thing.bingId() parent: com.microsoft.azure.cognitiveservices.search.entitysearch.models._thing href: com.microsoft.azure.cognitiveservices.search.entitysearch.models._thing.yml name: bingId() nameWithType: Thing.bingId() fullName: com.microsoft.azure.cognitiveservices.search.entitysearch.models.Thing.bingId() type: Method summary: >-

Get the bingId value.

syntax: content: public String bingId() return: type: "26831127" description:

the bingId value

- uid: com.microsoft.azure.cognitiveservices.search.entitysearch.models._response.contractualRules() parent: com.microsoft.azure.cognitiveservices.search.entitysearch.models._response href: com.microsoft.azure.cognitiveservices.search.entitysearch.models._response.yml name: contractualRules() nameWithType: Response.contractualRules() fullName: com.microsoft.azure.cognitiveservices.search.entitysearch.models.Response.contractualRules() type: Method summary: >-

Get the contractualRules value.

syntax: content: public List contractualRules() return: type: 5618da2dcom.microsoft.azure.cognitiveservices.search.entitysearch.models._contractual_rules_contractual_rulea08ddfce description:

the contractualRules value

- uid: com.microsoft.azure.cognitiveservices.search.entitysearch.models._thing.description() parent: com.microsoft.azure.cognitiveservices.search.entitysearch.models._thing href: com.microsoft.azure.cognitiveservices.search.entitysearch.models._thing.yml name: description() nameWithType: Thing.description() fullName: com.microsoft.azure.cognitiveservices.search.entitysearch.models.Thing.description() type: Method summary: >-

Get the description value.

syntax: content: public String description() return: type: "26831127" description:

the description value

- uid: com.microsoft.azure.cognitiveservices.search.entitysearch.models._thing.entityPresentationInfo() parent: com.microsoft.azure.cognitiveservices.search.entitysearch.models._thing href: com.microsoft.azure.cognitiveservices.search.entitysearch.models._thing.yml name: entityPresentationInfo() nameWithType: Thing.entityPresentationInfo() fullName: com.microsoft.azure.cognitiveservices.search.entitysearch.models.Thing.entityPresentationInfo() type: Method summary: >-

Get the entityPresentationInfo value.

syntax: content: public EntitiesEntityPresentationInfo entityPresentationInfo() return: type: com.microsoft.azure.cognitiveservices.search.entitysearch.models._entities_entity_presentation_info description:

the entityPresentationInfo value

- uid: com.microsoft.azure.cognitiveservices.search.entitysearch.models._identifiable.id() parent: com.microsoft.azure.cognitiveservices.search.entitysearch.models._identifiable href: com.microsoft.azure.cognitiveservices.search.entitysearch.models._identifiable.yml name: id() nameWithType: Identifiable.id() fullName: com.microsoft.azure.cognitiveservices.search.entitysearch.models.Identifiable.id() type: Method summary: >-

Get the id value.

syntax: content: public String id() return: type: "26831127" description:

the id value

- uid: com.microsoft.azure.cognitiveservices.search.entitysearch.models._thing.image() parent: com.microsoft.azure.cognitiveservices.search.entitysearch.models._thing href: com.microsoft.azure.cognitiveservices.search.entitysearch.models._thing.yml name: image() nameWithType: Thing.image() fullName: com.microsoft.azure.cognitiveservices.search.entitysearch.models.Thing.image() type: Method summary: >-

Get the image value.

syntax: content: public ImageObject image() return: type: com.microsoft.azure.cognitiveservices.search.entitysearch.models._image_object description:

the image value

- uid: com.microsoft.azure.cognitiveservices.search.entitysearch.models._thing.name() parent: com.microsoft.azure.cognitiveservices.search.entitysearch.models._thing href: com.microsoft.azure.cognitiveservices.search.entitysearch.models._thing.yml name: name() nameWithType: Thing.name() fullName: com.microsoft.azure.cognitiveservices.search.entitysearch.models.Thing.name() type: Method summary: >-

Get the name value.

syntax: content: public String name() return: type: "26831127" description:

the name value

- uid: com.microsoft.azure.cognitiveservices.search.entitysearch.models._thing.url() parent: com.microsoft.azure.cognitiveservices.search.entitysearch.models._thing href: com.microsoft.azure.cognitiveservices.search.entitysearch.models._thing.yml name: url() nameWithType: Thing.url() fullName: com.microsoft.azure.cognitiveservices.search.entitysearch.models.Thing.url() type: Method summary: >-

Get the url value.

syntax: content: public String url() return: type: "26831127" description:

the url value

- uid: com.microsoft.azure.cognitiveservices.search.entitysearch.models._response.webSearchUrl() parent: com.microsoft.azure.cognitiveservices.search.entitysearch.models._response href: com.microsoft.azure.cognitiveservices.search.entitysearch.models._response.yml name: webSearchUrl() nameWithType: Response.webSearchUrl() fullName: com.microsoft.azure.cognitiveservices.search.entitysearch.models.Response.webSearchUrl() type: Method summary: >-

Get the webSearchUrl value.

syntax: content: public String webSearchUrl() return: type: "26831127" description:

the webSearchUrl value

- uid: com.microsoft.azure.cognitiveservices.search.entitysearch.models._thing parent: com.microsoft.azure.cognitiveservices.search.entitysearch.models href: com.microsoft.azure.cognitiveservices.search.entitysearch.models._thing.yml name: Thing nameWithType: Thing fullName: com.microsoft.azure.cognitiveservices.search.entitysearch.models.Thing type: Class summary:

The Thing model.

syntax: content: public class Thing