Package odata.msgraph.client.complex
Class VerifiedDomain
- java.lang.Object
-
- odata.msgraph.client.complex.VerifiedDomain
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class VerifiedDomain extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVerifiedDomain.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Stringcapabilitiesprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected BooleanisDefaultprotected BooleanisInitialprotected Stringnameprotected StringodataTypeprotected Stringtypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedVerifiedDomain()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VerifiedDomain.Builderbuilder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<String>getCapabilities()Optional<Boolean>getIsDefault()Optional<Boolean>getIsInitial()Optional<String>getName()Optional<String>getType()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()VerifiedDomainwithCapabilities(String capabilities)VerifiedDomainwithIsDefault(Boolean isDefault)VerifiedDomainwithIsInitial(Boolean isInitial)VerifiedDomainwithName(String name)VerifiedDomainwithType(String type)VerifiedDomainwithUnmappedField(String name, String value)
-
-
-
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
-
capabilities
protected String capabilities
-
isDefault
protected Boolean isDefault
-
isInitial
protected Boolean isInitial
-
name
protected String name
-
type
protected String type
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withCapabilities
public VerifiedDomain withCapabilities(String capabilities)
-
withIsDefault
public VerifiedDomain withIsDefault(Boolean isDefault)
-
withIsInitial
public VerifiedDomain withIsInitial(Boolean isInitial)
-
withName
public VerifiedDomain withName(String name)
-
withType
public VerifiedDomain withType(String type)
-
withUnmappedField
public VerifiedDomain 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 VerifiedDomain.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
-
-