Package odata.msgraph.client.complex
Class ServerProcessedContent
- java.lang.Object
-
- odata.msgraph.client.complex.ServerProcessedContent
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class ServerProcessedContent extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServerProcessedContent.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected List<MetaDataKeyStringPair>htmlStringsprotected StringhtmlStringsNextLinkprotected List<MetaDataKeyStringPair>imageSourcesprotected StringimageSourcesNextLinkprotected List<MetaDataKeyStringPair>linksprotected StringlinksNextLinkprotected StringodataTypeprotected List<MetaDataKeyStringPair>searchablePlainTextsprotected StringsearchablePlainTextsNextLinkprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedServerProcessedContent()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServerProcessedContent.Builderbuilder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.CollectionPage<MetaDataKeyStringPair>getHtmlStrings()com.github.davidmoten.odata.client.CollectionPage<MetaDataKeyStringPair>getHtmlStrings(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<MetaDataKeyStringPair>getImageSources()com.github.davidmoten.odata.client.CollectionPage<MetaDataKeyStringPair>getImageSources(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<MetaDataKeyStringPair>getLinks()com.github.davidmoten.odata.client.CollectionPage<MetaDataKeyStringPair>getLinks(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<MetaDataKeyStringPair>getSearchablePlainTexts()com.github.davidmoten.odata.client.CollectionPage<MetaDataKeyStringPair>getSearchablePlainTexts(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()ServerProcessedContentwithUnmappedField(String name, Object value)
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
htmlStrings
protected List<MetaDataKeyStringPair> htmlStrings
-
htmlStringsNextLink
protected String htmlStringsNextLink
-
imageSources
protected List<MetaDataKeyStringPair> imageSources
-
imageSourcesNextLink
protected String imageSourcesNextLink
-
links
protected List<MetaDataKeyStringPair> links
-
linksNextLink
protected String linksNextLink
-
searchablePlainTexts
protected List<MetaDataKeyStringPair> searchablePlainTexts
-
searchablePlainTextsNextLink
protected String searchablePlainTextsNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getHtmlStrings
public com.github.davidmoten.odata.client.CollectionPage<MetaDataKeyStringPair> getHtmlStrings()
-
getHtmlStrings
public com.github.davidmoten.odata.client.CollectionPage<MetaDataKeyStringPair> getHtmlStrings(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getImageSources
public com.github.davidmoten.odata.client.CollectionPage<MetaDataKeyStringPair> getImageSources()
-
getImageSources
public com.github.davidmoten.odata.client.CollectionPage<MetaDataKeyStringPair> getImageSources(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getLinks
public com.github.davidmoten.odata.client.CollectionPage<MetaDataKeyStringPair> getLinks()
-
getLinks
public com.github.davidmoten.odata.client.CollectionPage<MetaDataKeyStringPair> getLinks(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getSearchablePlainTexts
public com.github.davidmoten.odata.client.CollectionPage<MetaDataKeyStringPair> getSearchablePlainTexts()
-
getSearchablePlainTexts
public com.github.davidmoten.odata.client.CollectionPage<MetaDataKeyStringPair> getSearchablePlainTexts(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUnmappedField
public ServerProcessedContent withUnmappedField(String name, Object value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static ServerProcessedContent.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-