Class SslCertificateEntity
- java.lang.Object
-
- odata.msgraph.client.security.complex.SslCertificateEntity
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class SslCertificateEntity extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSslCertificateEntity.Builder
-
Field Summary
Fields Modifier and Type Field Description protected PhysicalAddressaddressprotected List<String>alternateNamesprotected StringalternateNamesNextLinkprotected StringcommonNameprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected Stringemailprotected StringgivenNameprotected StringodataTypeprotected StringorganizationNameprotected StringorganizationUnitNameprotected StringserialNumberprotected Stringsurnameprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedSslCertificateEntity()
-
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
-
address
protected PhysicalAddress address
-
alternateNamesNextLink
protected String alternateNamesNextLink
-
commonName
protected String commonName
-
email
protected String email
-
givenName
protected String givenName
-
organizationName
protected String organizationName
-
organizationUnitName
protected String organizationUnitName
-
serialNumber
protected String serialNumber
-
surname
protected String surname
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getAddress
public Optional<PhysicalAddress> getAddress()
-
withAddress
public SslCertificateEntity withAddress(PhysicalAddress address)
-
getAlternateNames
public com.github.davidmoten.odata.client.CollectionPage<String> getAlternateNames()
-
getAlternateNames
public com.github.davidmoten.odata.client.CollectionPage<String> getAlternateNames(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withCommonName
public SslCertificateEntity withCommonName(String commonName)
-
withEmail
public SslCertificateEntity withEmail(String email)
-
withGivenName
public SslCertificateEntity withGivenName(String givenName)
-
withOrganizationName
public SslCertificateEntity withOrganizationName(String organizationName)
-
withOrganizationUnitName
public SslCertificateEntity withOrganizationUnitName(String organizationUnitName)
-
withSerialNumber
public SslCertificateEntity withSerialNumber(String serialNumber)
-
withSurname
public SslCertificateEntity withSurname(String surname)
-
withUnmappedField
public SslCertificateEntity 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 SslCertificateEntity.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
-
-