| Modifier and Type | Class and Description |
|---|---|
static class |
ExtendedFieldURI.DistinguishedPropertySetType |
protected static class |
ExtendedFieldURI.PropertyType |
| Modifier and Type | Field and Description |
|---|---|
protected ExtendedFieldURI.DistinguishedPropertySetType |
distinguishedPropertySetId |
protected int |
propertyId |
protected String |
propertyName |
protected String |
propertyTag |
protected ExtendedFieldURI.PropertyType |
propertyType |
| Constructor and Description |
|---|
ExtendedFieldURI(ExtendedFieldURI.DistinguishedPropertySetType distinguishedPropertySetId,
int propertyId,
ExtendedFieldURI.PropertyType propertyType)
Create extended field uri.
|
ExtendedFieldURI(ExtendedFieldURI.DistinguishedPropertySetType distinguishedPropertySetId,
int propertyId,
ExtendedFieldURI.PropertyType propertyType,
String graphId)
Create extended field uri.
|
ExtendedFieldURI(ExtendedFieldURI.DistinguishedPropertySetType distinguishedPropertySetId,
String propertyName)
Create extended field uri.
|
ExtendedFieldURI(ExtendedFieldURI.DistinguishedPropertySetType distinguishedPropertySetId,
String propertyName,
ExtendedFieldURI.PropertyType propertyType)
Create extended field uri.
|
ExtendedFieldURI(ExtendedFieldURI.DistinguishedPropertySetType distinguishedPropertySetId,
String propertyName,
ExtendedFieldURI.PropertyType propertyType,
String graphId) |
ExtendedFieldURI(int intPropertyTag,
ExtendedFieldURI.PropertyType propertyType)
Create extended field uri.
|
ExtendedFieldURI(int intPropertyTag,
ExtendedFieldURI.PropertyType propertyType,
String graphId) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(StringBuilder buffer)
Append field to buffer
|
void |
appendValue(StringBuilder buffer,
String itemType,
String value)
Append updated field value to buffer
|
String |
getGraphId()
Get field id for graph requests
|
String |
getResponseName()
Field name in EWS response.
|
boolean |
isBinary() |
boolean |
isBoolean() |
boolean |
isMultiValued() |
boolean |
isNumber() |
protected String propertyTag
protected ExtendedFieldURI.DistinguishedPropertySetType distinguishedPropertySetId
protected String propertyName
protected int propertyId
protected final ExtendedFieldURI.PropertyType propertyType
public ExtendedFieldURI(int intPropertyTag,
ExtendedFieldURI.PropertyType propertyType)
intPropertyTag - property tag as intpropertyType - property typepublic ExtendedFieldURI(ExtendedFieldURI.DistinguishedPropertySetType distinguishedPropertySetId, int propertyId, ExtendedFieldURI.PropertyType propertyType)
distinguishedPropertySetId - distinguished property set idpropertyId - property idpropertyType - property typepublic ExtendedFieldURI(ExtendedFieldURI.DistinguishedPropertySetType distinguishedPropertySetId, int propertyId, ExtendedFieldURI.PropertyType propertyType, String graphId)
distinguishedPropertySetId - distinguished property set idpropertyId - property idpropertyType - property typegraphId - graphIdpublic ExtendedFieldURI(ExtendedFieldURI.DistinguishedPropertySetType distinguishedPropertySetId, String propertyName)
distinguishedPropertySetId - distinguished property set idpropertyName - property namepublic ExtendedFieldURI(ExtendedFieldURI.DistinguishedPropertySetType distinguishedPropertySetId, String propertyName, ExtendedFieldURI.PropertyType propertyType)
distinguishedPropertySetId - distinguished property set idpropertyName - property namepropertyType - property typepublic ExtendedFieldURI(ExtendedFieldURI.DistinguishedPropertySetType distinguishedPropertySetId, String propertyName, ExtendedFieldURI.PropertyType propertyType, String graphId)
public ExtendedFieldURI(int intPropertyTag,
ExtendedFieldURI.PropertyType propertyType,
String graphId)
public void appendTo(StringBuilder buffer)
FieldURIpublic void appendValue(StringBuilder buffer, String itemType, String value)
FieldURIappendValue in interface FieldURIbuffer - current bufferitemType - item typevalue - field valuepublic String getResponseName()
getResponseName in interface FieldURIpublic String getGraphId()
FieldURIgetGraphId in interface FieldURIpublic boolean isMultiValued()
isMultiValued in interface FieldURIpublic boolean isBinary()
Copyright © 2001–2026 MickaĆ«l Guessant. All rights reserved.