Package microsoft.dynamics.crm.entity
Class Canvasapp
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Canvasapp
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Canvasapp extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCanvasapp.Builder
-
Field Summary
-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCanvasapp()
-
Method Summary
-
-
-
Field Detail
-
tags
protected String tags
-
connectionreferences
protected String connectionreferences
-
description
protected String description
-
componentstate
protected Integer componentstate
-
_owningteam_value
protected UUID _owningteam_value
-
_ownerid_value
protected UUID _ownerid_value
-
introducedversion
protected String introducedversion
-
_owninguser_value
protected UUID _owninguser_value
-
versionnumber
protected Long versionnumber
-
canconsumeapppass
protected Boolean canconsumeapppass
-
cdsdependencies
protected String cdsdependencies
-
appcomponents
protected String appcomponents
-
solutionid
protected UUID solutionid
-
appcomponentdependencies
protected String appcomponentdependencies
-
lastmodifiedtime
protected OffsetDateTime lastmodifiedtime
-
canvasapprowid
protected UUID canvasapprowid
-
backgroundcolor
protected String backgroundcolor
-
lastpublishtime
protected OffsetDateTime lastpublishtime
-
appversion
protected String appversion
-
createdbyclientversion
protected String createdbyclientversion
-
authorizationreferences
protected String authorizationreferences
-
overwritetime
protected OffsetDateTime overwritetime
-
embeddedapp
protected String embeddedapp
-
appopenuri
protected String appopenuri
-
publisher
protected String publisher
-
commitmessage
protected String commitmessage
-
isheroapp
protected Boolean isheroapp
-
status
protected String status
-
aadlastmodifiedbyid
protected String aadlastmodifiedbyid
-
admincontrolbypassconsent
protected Boolean admincontrolbypassconsent
-
aadlastpublishedbyid
protected String aadlastpublishedbyid
-
galleryitemid
protected String galleryitemid
-
displayname
protected String displayname
-
createdtime
protected OffsetDateTime createdtime
-
databasereferences
protected String databasereferences
-
_owningbusinessunit_value
protected UUID _owningbusinessunit_value
-
canvasappid
protected UUID canvasappid
-
canvasapptype
protected Integer canvasapptype
-
ishidden
protected Boolean ishidden
-
isfeaturedapp
protected Boolean isfeaturedapp
-
ismanaged
protected Boolean ismanaged
-
aadcreatedbyid
protected String aadcreatedbyid
-
name
protected String name
-
bypassconsent
protected Boolean bypassconsent
-
iscdsupgraded
protected Boolean iscdsupgraded
-
minclientversion
protected String minclientversion
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderCanvasapp
public static Canvasapp.Builder builderCanvasapp()
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
-
withAppcomponentdependencies
public Canvasapp withAppcomponentdependencies(String appcomponentdependencies)
-
getLastmodifiedtime
public Optional<OffsetDateTime> getLastmodifiedtime()
-
withLastmodifiedtime
public Canvasapp withLastmodifiedtime(OffsetDateTime lastmodifiedtime)
-
getLastpublishtime
public Optional<OffsetDateTime> getLastpublishtime()
-
withLastpublishtime
public Canvasapp withLastpublishtime(OffsetDateTime lastpublishtime)
-
withCreatedbyclientversion
public Canvasapp withCreatedbyclientversion(String createdbyclientversion)
-
withAuthorizationreferences
public Canvasapp withAuthorizationreferences(String authorizationreferences)
-
getOverwritetime
public Optional<OffsetDateTime> getOverwritetime()
-
withOverwritetime
public Canvasapp withOverwritetime(OffsetDateTime overwritetime)
-
withAdmincontrolbypassconsent
public Canvasapp withAdmincontrolbypassconsent(Boolean admincontrolbypassconsent)
-
getCreatedtime
public Optional<OffsetDateTime> getCreatedtime()
-
withCreatedtime
public Canvasapp withCreatedtime(OffsetDateTime createdtime)
-
with_owningbusinessunit_value
public Canvasapp with_owningbusinessunit_value(UUID _owningbusinessunit_value)
-
withUnmappedField
public Canvasapp withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getOwningbusinessunit
public BusinessunitRequest getOwningbusinessunit()
-
getOwnerid
public PrincipalRequest getOwnerid()
-
getFK_CanvasApp_Solution
public SolutionRequest getFK_CanvasApp_Solution()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Canvasapp 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 Canvasapp 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
-
-