Package microsoft.dynamics.crm.entity
Class Attributeimageconfig
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Attributeimageconfig
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Attributeimageconfig extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttributeimageconfig.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UUIDattributeimageconfigidprotected Stringattributelogicalnameprotected Booleancanstorefullimageprotected UUIDcomponentiduniqueprotected Integercomponentstateprotected Booleanismanagedprotected OffsetDateTimeoverwritetimeprotected Stringparententitylogicalnameprotected UUIDsolutionidprotected Longversionnumber-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAttributeimageconfig()
-
Method Summary
-
-
-
Field Detail
-
componentidunique
protected UUID componentidunique
-
versionnumber
protected Long versionnumber
-
solutionid
protected UUID solutionid
-
componentstate
protected Integer componentstate
-
parententitylogicalname
protected String parententitylogicalname
-
ismanaged
protected Boolean ismanaged
-
canstorefullimage
protected Boolean canstorefullimage
-
attributeimageconfigid
protected UUID attributeimageconfigid
-
overwritetime
protected OffsetDateTime overwritetime
-
attributelogicalname
protected String attributelogicalname
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderAttributeimageconfig
public static Attributeimageconfig.Builder builderAttributeimageconfig()
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
-
withComponentidunique
public Attributeimageconfig withComponentidunique(UUID componentidunique)
-
withVersionnumber
public Attributeimageconfig withVersionnumber(Long versionnumber)
-
withSolutionid
public Attributeimageconfig withSolutionid(UUID solutionid)
-
withComponentstate
public Attributeimageconfig withComponentstate(Integer componentstate)
-
withParententitylogicalname
public Attributeimageconfig withParententitylogicalname(String parententitylogicalname)
-
withIsmanaged
public Attributeimageconfig withIsmanaged(Boolean ismanaged)
-
withCanstorefullimage
public Attributeimageconfig withCanstorefullimage(Boolean canstorefullimage)
-
withAttributeimageconfigid
public Attributeimageconfig withAttributeimageconfigid(UUID attributeimageconfigid)
-
getOverwritetime
public Optional<OffsetDateTime> getOverwritetime()
-
withOverwritetime
public Attributeimageconfig withOverwritetime(OffsetDateTime overwritetime)
-
withAttributelogicalname
public Attributeimageconfig withAttributelogicalname(String attributelogicalname)
-
withUnmappedField
public Attributeimageconfig withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getAttributeimageconfig_SyncErrors
public SyncerrorCollectionRequest getAttributeimageconfig_SyncErrors()
-
getAttributeimageconfig_AsyncOperations
public AsyncoperationCollectionRequest getAttributeimageconfig_AsyncOperations()
-
getAttributeimageconfig_MailboxTrackingFolders
public MailboxtrackingfolderCollectionRequest getAttributeimageconfig_MailboxTrackingFolders()
-
getAttributeimageconfig_BulkDeleteFailures
public BulkdeletefailureCollectionRequest getAttributeimageconfig_BulkDeleteFailures()
-
getAttributeimageconfig_PrincipalObjectAttributeAccesses
public PrincipalobjectattributeaccessCollectionRequest getAttributeimageconfig_PrincipalObjectAttributeAccesses()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Attributeimageconfig 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 Attributeimageconfig 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
-
-