Package odata.msgraph.client.complex
Class DocumentSet
- java.lang.Object
-
- odata.msgraph.client.complex.DocumentSet
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class DocumentSet extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDocumentSet.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<ContentTypeInfo>allowedContentTypesprotected StringallowedContentTypesNextLinkprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected List<DocumentSetContent>defaultContentsprotected StringdefaultContentsNextLinkprotected StringodataTypeprotected BooleanpropagateWelcomePageChangesprotected BooleanshouldPrefixNameToFileprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected StringwelcomePageUrl
-
Constructor Summary
Constructors Modifier Constructor Description protectedDocumentSet()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DocumentSet.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<ContentTypeInfo>getAllowedContentTypes()com.github.davidmoten.odata.client.CollectionPage<ContentTypeInfo>getAllowedContentTypes(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<DocumentSetContent>getDefaultContents()com.github.davidmoten.odata.client.CollectionPage<DocumentSetContent>getDefaultContents(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<Boolean>getPropagateWelcomePageChanges()Optional<Boolean>getShouldPrefixNameToFile()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<String>getWelcomePageUrl()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()DocumentSetwithPropagateWelcomePageChanges(Boolean propagateWelcomePageChanges)DocumentSetwithShouldPrefixNameToFile(Boolean shouldPrefixNameToFile)DocumentSetwithUnmappedField(String name, String value)DocumentSetwithWelcomePageUrl(String welcomePageUrl)
-
-
-
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
-
allowedContentTypes
protected List<ContentTypeInfo> allowedContentTypes
-
allowedContentTypesNextLink
protected String allowedContentTypesNextLink
-
defaultContents
protected List<DocumentSetContent> defaultContents
-
defaultContentsNextLink
protected String defaultContentsNextLink
-
propagateWelcomePageChanges
protected Boolean propagateWelcomePageChanges
-
shouldPrefixNameToFile
protected Boolean shouldPrefixNameToFile
-
welcomePageUrl
protected String welcomePageUrl
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getAllowedContentTypes
public com.github.davidmoten.odata.client.CollectionPage<ContentTypeInfo> getAllowedContentTypes()
-
getAllowedContentTypes
public com.github.davidmoten.odata.client.CollectionPage<ContentTypeInfo> getAllowedContentTypes(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getDefaultContents
public com.github.davidmoten.odata.client.CollectionPage<DocumentSetContent> getDefaultContents()
-
getDefaultContents
public com.github.davidmoten.odata.client.CollectionPage<DocumentSetContent> getDefaultContents(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withPropagateWelcomePageChanges
public DocumentSet withPropagateWelcomePageChanges(Boolean propagateWelcomePageChanges)
-
withShouldPrefixNameToFile
public DocumentSet withShouldPrefixNameToFile(Boolean shouldPrefixNameToFile)
-
withWelcomePageUrl
public DocumentSet withWelcomePageUrl(String welcomePageUrl)
-
withUnmappedField
public DocumentSet withUnmappedField(String name, String 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 DocumentSet.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
-
-