Uses of Class
odata.msgraph.client.beta.complex.ContentInfo.Builder
-
Packages that use ContentInfo.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of ContentInfo.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return ContentInfo.Builder Modifier and Type Method Description static ContentInfo.BuilderContentInfo. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).ContentInfo.BuilderContentInfo.Builder. format(ContentFormat format)ContentInfo.BuilderContentInfo.Builder. identifier(String identifier)ContentInfo.BuilderContentInfo.Builder. metadata(List<KeyValuePair> metadata)ContentInfo.BuilderContentInfo.Builder. metadata(KeyValuePair... metadata)ContentInfo.BuilderContentInfo.Builder. metadataNextLink(String metadataNextLink)ContentInfo.BuilderContentInfo.Builder. state(ContentState state)
-