Package microsoft.dynamics.crm.entity
Class Sharepointsite
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Sharepointsite
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Sharepointsite extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSharepointsite.Builder
-
Field Summary
-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSharepointsite()
-
Method Summary
-
-
-
Field Detail
-
statecode
protected Integer statecode
-
_modifiedby_value
protected UUID _modifiedby_value
-
validationstatus
protected Integer validationstatus
-
_modifiedonbehalfby_value
protected UUID _modifiedonbehalfby_value
-
_owninguser_value
protected UUID _owninguser_value
-
overriddencreatedon
protected OffsetDateTime overriddencreatedon
-
name
protected String name
-
_createdonbehalfby_value
protected UUID _createdonbehalfby_value
-
_parentsite_value
protected UUID _parentsite_value
-
statuscode
protected Integer statuscode
-
absoluteurl
protected String absoluteurl
-
validationstatuserrorcode
protected Integer validationstatuserrorcode
-
_ownerid_value
protected UUID _ownerid_value
-
isdefault
protected Boolean isdefault
-
servicetype
protected Integer servicetype
-
_createdby_value
protected UUID _createdby_value
-
_owningteam_value
protected UUID _owningteam_value
-
_transactioncurrencyid_value
protected UUID _transactioncurrencyid_value
-
sitecollectionid
protected UUID sitecollectionid
-
relativeurl
protected String relativeurl
-
createdon
protected OffsetDateTime createdon
-
utcconversiontimezonecode
protected Integer utcconversiontimezonecode
-
_owningbusinessunit_value
protected UUID _owningbusinessunit_value
-
description
protected String description
-
lastvalidated
protected OffsetDateTime lastvalidated
-
timezoneruleversionnumber
protected Integer timezoneruleversionnumber
-
userid
protected UUID userid
-
ispowerbisite
protected Boolean ispowerbisite
-
exchangerate
protected BigDecimal exchangerate
-
versionnumber
protected Long versionnumber
-
isgridpresent
protected Boolean isgridpresent
-
sharepointsiteid
protected UUID sharepointsiteid
-
importsequencenumber
protected Integer importsequencenumber
-
folderstructureentity
protected String folderstructureentity
-
modifiedon
protected OffsetDateTime modifiedon
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderSharepointsite
public static Sharepointsite.Builder builderSharepointsite()
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
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classCrmbaseentity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classCrmbaseentity
-
withStatecode
public Sharepointsite withStatecode(Integer statecode)
-
with_modifiedby_value
public Sharepointsite with_modifiedby_value(UUID _modifiedby_value)
-
withValidationstatus
public Sharepointsite withValidationstatus(Integer validationstatus)
-
with_modifiedonbehalfby_value
public Sharepointsite with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)
-
with_owninguser_value
public Sharepointsite with_owninguser_value(UUID _owninguser_value)
-
getOverriddencreatedon
public Optional<OffsetDateTime> getOverriddencreatedon()
-
withOverriddencreatedon
public Sharepointsite withOverriddencreatedon(OffsetDateTime overriddencreatedon)
-
withName
public Sharepointsite withName(String name)
-
with_createdonbehalfby_value
public Sharepointsite with_createdonbehalfby_value(UUID _createdonbehalfby_value)
-
with_parentsite_value
public Sharepointsite with_parentsite_value(UUID _parentsite_value)
-
withStatuscode
public Sharepointsite withStatuscode(Integer statuscode)
-
withAbsoluteurl
public Sharepointsite withAbsoluteurl(String absoluteurl)
-
withValidationstatuserrorcode
public Sharepointsite withValidationstatuserrorcode(Integer validationstatuserrorcode)
-
with_ownerid_value
public Sharepointsite with_ownerid_value(UUID _ownerid_value)
-
withIsdefault
public Sharepointsite withIsdefault(Boolean isdefault)
-
withServicetype
public Sharepointsite withServicetype(Integer servicetype)
-
with_createdby_value
public Sharepointsite with_createdby_value(UUID _createdby_value)
-
with_owningteam_value
public Sharepointsite with_owningteam_value(UUID _owningteam_value)
-
with_transactioncurrencyid_value
public Sharepointsite with_transactioncurrencyid_value(UUID _transactioncurrencyid_value)
-
withSitecollectionid
public Sharepointsite withSitecollectionid(UUID sitecollectionid)
-
withRelativeurl
public Sharepointsite withRelativeurl(String relativeurl)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Sharepointsite withCreatedon(OffsetDateTime createdon)
-
withUtcconversiontimezonecode
public Sharepointsite withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
-
with_owningbusinessunit_value
public Sharepointsite with_owningbusinessunit_value(UUID _owningbusinessunit_value)
-
withDescription
public Sharepointsite withDescription(String description)
-
getLastvalidated
public Optional<OffsetDateTime> getLastvalidated()
-
withLastvalidated
public Sharepointsite withLastvalidated(OffsetDateTime lastvalidated)
-
withTimezoneruleversionnumber
public Sharepointsite withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
-
withUserid
public Sharepointsite withUserid(UUID userid)
-
withIspowerbisite
public Sharepointsite withIspowerbisite(Boolean ispowerbisite)
-
getExchangerate
public Optional<BigDecimal> getExchangerate()
-
withExchangerate
public Sharepointsite withExchangerate(BigDecimal exchangerate)
-
withVersionnumber
public Sharepointsite withVersionnumber(Long versionnumber)
-
withIsgridpresent
public Sharepointsite withIsgridpresent(Boolean isgridpresent)
-
withSharepointsiteid
public Sharepointsite withSharepointsiteid(UUID sharepointsiteid)
-
withImportsequencenumber
public Sharepointsite withImportsequencenumber(Integer importsequencenumber)
-
withFolderstructureentity
public Sharepointsite withFolderstructureentity(String folderstructureentity)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Sharepointsite withModifiedon(OffsetDateTime modifiedon)
-
withUnmappedField
public Sharepointsite withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getOwninguser
public SystemuserRequest getOwninguser()
-
getOwningteam
public TeamRequest getOwningteam()
-
getOwnerid
public PrincipalRequest getOwnerid()
-
getModifiedby
public SystemuserRequest getModifiedby()
-
getSharePointSite_ProcessSessions
public ProcesssessionCollectionRequest getSharePointSite_ProcessSessions()
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getSharePointSite_DuplicateMatchingRecord
public DuplicaterecordCollectionRequest getSharePointSite_DuplicateMatchingRecord()
-
getParentsite
public SharepointsiteRequest getParentsite()
-
getSharepointsite_parentsite_sharepointsite
public SharepointsiteCollectionRequest getSharepointsite_parentsite_sharepointsite()
-
getSharepointsite_principalobjectattributeaccess
public PrincipalobjectattributeaccessCollectionRequest getSharepointsite_principalobjectattributeaccess()
-
getOwningbusinessunit
public BusinessunitRequest getOwningbusinessunit()
-
getSharePointSite_DuplicateBaseRecord
public DuplicaterecordCollectionRequest getSharePointSite_DuplicateBaseRecord()
-
getSharepointdocumentlocation_parent_sharepointsite
public SharepointdocumentlocationCollectionRequest getSharepointdocumentlocation_parent_sharepointsite()
-
getModifiedonbehalfby
public SystemuserRequest getModifiedonbehalfby()
-
getSharePointSite_AsyncOperations
public AsyncoperationCollectionRequest getSharePointSite_AsyncOperations()
-
getTransactioncurrencyid
public TransactioncurrencyRequest getTransactioncurrencyid()
-
getSharePointSite_SyncErrors
public SyncerrorCollectionRequest getSharePointSite_SyncErrors()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Sharepointsite patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public Sharepointsite put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
retrieveAbsoluteAndSiteCollectionUrl
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<RetrieveAbsoluteAndSiteCollectionUrlResponse> retrieveAbsoluteAndSiteCollectionUrl()
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-