Package microsoft.dynamics.crm.entity
Class Stagesolutionupload
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Stagesolutionupload
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Stagesolutionupload extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStagesolutionupload.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UUID_createdby_valueprotected UUID_createdonbehalfby_valueprotected UUID_modifiedby_valueprotected UUID_modifiedonbehalfby_valueprotected UUID_ownerid_valueprotected UUID_owningbusinessunit_valueprotected UUID_owningteam_valueprotected UUID_owninguser_valueprotected OffsetDateTimecreatedonprotected Integerimportsequencenumberprotected OffsetDateTimemodifiedonprotected Stringnameprotected OffsetDateTimeoverriddencreatedonprotected byte[]solutionfileprotected Stringsolutionfile_nameprotected Stringsolutionfilenameprotected Stringsolutionuniquenameprotected UUIDstagesolutionuploadidprotected Integerstatecodeprotected Integerstatuscodeprotected Integertimezoneruleversionnumberprotected Integerutcconversiontimezonecodeprotected Longversionnumber-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedStagesolutionupload()
-
Method Summary
-
-
-
Field Detail
-
modifiedon
protected OffsetDateTime modifiedon
-
solutionfilename
protected String solutionfilename
-
solutionuniquename
protected String solutionuniquename
-
statuscode
protected Integer statuscode
-
name
protected String name
-
statecode
protected Integer statecode
-
stagesolutionuploadid
protected UUID stagesolutionuploadid
-
_owningbusinessunit_value
protected UUID _owningbusinessunit_value
-
solutionfile
protected byte[] solutionfile
-
importsequencenumber
protected Integer importsequencenumber
-
createdon
protected OffsetDateTime createdon
-
_createdonbehalfby_value
protected UUID _createdonbehalfby_value
-
_owninguser_value
protected UUID _owninguser_value
-
overriddencreatedon
protected OffsetDateTime overriddencreatedon
-
_owningteam_value
protected UUID _owningteam_value
-
_modifiedby_value
protected UUID _modifiedby_value
-
_modifiedonbehalfby_value
protected UUID _modifiedonbehalfby_value
-
_ownerid_value
protected UUID _ownerid_value
-
_createdby_value
protected UUID _createdby_value
-
timezoneruleversionnumber
protected Integer timezoneruleversionnumber
-
utcconversiontimezonecode
protected Integer utcconversiontimezonecode
-
versionnumber
protected Long versionnumber
-
solutionfile_name
protected String solutionfile_name
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderStagesolutionupload
public static Stagesolutionupload.Builder builderStagesolutionupload()
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
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Stagesolutionupload withModifiedon(OffsetDateTime modifiedon)
-
withSolutionfilename
public Stagesolutionupload withSolutionfilename(String solutionfilename)
-
withSolutionuniquename
public Stagesolutionupload withSolutionuniquename(String solutionuniquename)
-
withStatuscode
public Stagesolutionupload withStatuscode(Integer statuscode)
-
withName
public Stagesolutionupload withName(String name)
-
withStatecode
public Stagesolutionupload withStatecode(Integer statecode)
-
withStagesolutionuploadid
public Stagesolutionupload withStagesolutionuploadid(UUID stagesolutionuploadid)
-
with_owningbusinessunit_value
public Stagesolutionupload with_owningbusinessunit_value(UUID _owningbusinessunit_value)
-
getSolutionfile
public Optional<byte[]> getSolutionfile()
-
withSolutionfile
public Stagesolutionupload withSolutionfile(byte[] solutionfile)
-
withImportsequencenumber
public Stagesolutionupload withImportsequencenumber(Integer importsequencenumber)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Stagesolutionupload withCreatedon(OffsetDateTime createdon)
-
with_createdonbehalfby_value
public Stagesolutionupload with_createdonbehalfby_value(UUID _createdonbehalfby_value)
-
with_owninguser_value
public Stagesolutionupload with_owninguser_value(UUID _owninguser_value)
-
getOverriddencreatedon
public Optional<OffsetDateTime> getOverriddencreatedon()
-
withOverriddencreatedon
public Stagesolutionupload withOverriddencreatedon(OffsetDateTime overriddencreatedon)
-
with_owningteam_value
public Stagesolutionupload with_owningteam_value(UUID _owningteam_value)
-
with_modifiedby_value
public Stagesolutionupload with_modifiedby_value(UUID _modifiedby_value)
-
with_modifiedonbehalfby_value
public Stagesolutionupload with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)
-
with_ownerid_value
public Stagesolutionupload with_ownerid_value(UUID _ownerid_value)
-
with_createdby_value
public Stagesolutionupload with_createdby_value(UUID _createdby_value)
-
withTimezoneruleversionnumber
public Stagesolutionupload withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
-
withUtcconversiontimezonecode
public Stagesolutionupload withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
-
withVersionnumber
public Stagesolutionupload withVersionnumber(Long versionnumber)
-
withSolutionfile_name
public Stagesolutionupload withSolutionfile_name(String solutionfile_name)
-
withUnmappedField
public Stagesolutionupload withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getModifiedby
public SystemuserRequest getModifiedby()
-
getModifiedonbehalfby
public SystemuserRequest getModifiedonbehalfby()
-
getOwninguser
public SystemuserRequest getOwninguser()
-
getOwningteam
public TeamRequest getOwningteam()
-
getOwnerid
public PrincipalRequest getOwnerid()
-
getOwningbusinessunit
public BusinessunitRequest getOwningbusinessunit()
-
getStagesolutionupload_SyncErrors
public SyncerrorCollectionRequest getStagesolutionupload_SyncErrors()
-
getStagesolutionupload_DuplicateMatchingRecord
public DuplicaterecordCollectionRequest getStagesolutionupload_DuplicateMatchingRecord()
-
getStagesolutionupload_DuplicateBaseRecord
public DuplicaterecordCollectionRequest getStagesolutionupload_DuplicateBaseRecord()
-
getStagesolutionupload_AsyncOperations
public AsyncoperationCollectionRequest getStagesolutionupload_AsyncOperations()
-
getStagesolutionupload_MailboxTrackingFolders
public MailboxtrackingfolderCollectionRequest getStagesolutionupload_MailboxTrackingFolders()
-
getStagesolutionupload_ProcessSession
public ProcesssessionCollectionRequest getStagesolutionupload_ProcessSession()
-
getStagesolutionupload_BulkDeleteFailures
public BulkdeletefailureCollectionRequest getStagesolutionupload_BulkDeleteFailures()
-
getStagesolutionupload_PrincipalObjectAttributeAccesses
public PrincipalobjectattributeaccessCollectionRequest getStagesolutionupload_PrincipalObjectAttributeAccesses()
-
getStagesolutionupload_FileAttachments
public FileattachmentCollectionRequest getStagesolutionupload_FileAttachments()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Stagesolutionupload 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 Stagesolutionupload 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
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-