Class SharepointIds
- java.lang.Object
-
- odata.msgraph.client.beta.complex.SharepointIds
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class SharepointIds extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSharepointIds.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringlistIdprotected StringlistItemIdprotected StringlistItemUniqueIdprotected StringodataTypeprotected StringsiteIdprotected StringsiteUrlprotected StringtenantIdprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected StringwebId
-
Constructor Summary
Constructors Modifier Constructor Description protectedSharepointIds()
-
Method Summary
-
-
-
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
-
listId
protected String listId
-
listItemId
protected String listItemId
-
listItemUniqueId
protected String listItemUniqueId
-
siteId
protected String siteId
-
siteUrl
protected String siteUrl
-
tenantId
protected String tenantId
-
webId
protected String webId
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withListId
public SharepointIds withListId(String listId)
-
withListItemId
public SharepointIds withListItemId(String listItemId)
-
withListItemUniqueId
public SharepointIds withListItemUniqueId(String listItemUniqueId)
-
withSiteId
public SharepointIds withSiteId(String siteId)
-
withSiteUrl
public SharepointIds withSiteUrl(String siteUrl)
-
withTenantId
public SharepointIds withTenantId(String tenantId)
-
withWebId
public SharepointIds withWebId(String webId)
-
withUnmappedField
public SharepointIds 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 SharepointIds.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
-
-