Package microsoft.dynamics.crm.complex
Class WebResourceInfo
- java.lang.Object
-
- microsoft.dynamics.crm.complex.WebResourceInfo
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class WebResourceInfo extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebResourceInfo.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringdisplayNameprotected Stringguidprotected Stringnameprotected StringodataTypeprotected Stringpathprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected IntegerwebResourceType
-
Constructor Summary
Constructors Modifier Constructor Description protectedWebResourceInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebResourceInfo.Builderbuilder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<String>getDisplayName()Optional<String>getGuid()Optional<String>getName()Optional<String>getPath()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<Integer>getWebResourceType()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()WebResourceInfowithDisplayName(String displayName)WebResourceInfowithGuid(String guid)WebResourceInfowithName(String name)WebResourceInfowithPath(String path)WebResourceInfowithUnmappedField(String name, String value)WebResourceInfowithWebResourceType(Integer webResourceType)
-
-
-
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
-
path
protected String path
-
name
protected String name
-
displayName
protected String displayName
-
webResourceType
protected Integer webResourceType
-
guid
protected String guid
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withPath
public WebResourceInfo withPath(String path)
-
withName
public WebResourceInfo withName(String name)
-
withDisplayName
public WebResourceInfo withDisplayName(String displayName)
-
withWebResourceType
public WebResourceInfo withWebResourceType(Integer webResourceType)
-
withGuid
public WebResourceInfo withGuid(String guid)
-
withUnmappedField
public WebResourceInfo withUnmappedField(String name, String 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 WebResourceInfo.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
-
-