Package microsoft.dynamics.crm.complex
Class CascadeConfiguration
- java.lang.Object
-
- microsoft.dynamics.crm.complex.CascadeConfiguration
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class CascadeConfiguration extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCascadeConfiguration.Builder
-
Field Summary
Fields Modifier and Type Field Description protected CascadeTypeassignprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected CascadeTypedeleteprotected CascadeTypemergeprotected StringodataTypeprotected CascadeTypereparentprotected CascadeTyperollupViewprotected CascadeTypeshareprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected CascadeTypeunshare
-
Constructor Summary
Constructors Modifier Constructor Description protectedCascadeConfiguration()
-
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
-
assign
protected CascadeType assign
-
delete
protected CascadeType delete
-
merge
protected CascadeType merge
-
reparent
protected CascadeType reparent
-
share
protected CascadeType share
-
unshare
protected CascadeType unshare
-
rollupView
protected CascadeType rollupView
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getAssign
public Optional<CascadeType> getAssign()
-
withAssign
public CascadeConfiguration withAssign(CascadeType assign)
-
getDelete
public Optional<CascadeType> getDelete()
-
withDelete
public CascadeConfiguration withDelete(CascadeType delete)
-
getMerge
public Optional<CascadeType> getMerge()
-
withMerge
public CascadeConfiguration withMerge(CascadeType merge)
-
getReparent
public Optional<CascadeType> getReparent()
-
withReparent
public CascadeConfiguration withReparent(CascadeType reparent)
-
getShare
public Optional<CascadeType> getShare()
-
withShare
public CascadeConfiguration withShare(CascadeType share)
-
getUnshare
public Optional<CascadeType> getUnshare()
-
withUnshare
public CascadeConfiguration withUnshare(CascadeType unshare)
-
getRollupView
public Optional<CascadeType> getRollupView()
-
withRollupView
public CascadeConfiguration withRollupView(CascadeType rollupView)
-
withUnmappedField
public CascadeConfiguration withUnmappedField(String name, Object 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 CascadeConfiguration.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
-
-