Class ActivateDeviceEsimActionResult
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeviceActionResult
-
- odata.msgraph.client.beta.complex.ActivateDeviceEsimActionResult
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class ActivateDeviceEsimActionResult extends DeviceActionResult implements com.github.davidmoten.odata.client.ODataType
“Activate device eSIM action result”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classActivateDeviceEsimActionResult.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringcarrierUrl-
Fields inherited from class odata.msgraph.client.beta.complex.DeviceActionResult
actionName, actionState, contextPath, lastUpdatedDateTime, odataType, startDateTime, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedActivateDeviceEsimActionResult()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ActivateDeviceEsimActionResult.BuilderbuilderActivateDeviceEsimActionResult()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<String>getCarrierUrl()“Carrier Url to activate the device eSIM”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()ActivateDeviceEsimActionResultwithCarrierUrl(String carrierUrl)Returns an immutable copy ofthiswith just thecarrierUrlfield changed.ActivateDeviceEsimActionResultwithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.complex.DeviceActionResult
builder, getActionName, getActionState, getLastUpdatedDateTime, getStartDateTime, withActionName, withActionState, withLastUpdatedDateTime, withStartDateTime
-
-
-
-
Field Detail
-
carrierUrl
protected String carrierUrl
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classDeviceActionResult
-
getCarrierUrl
public Optional<String> getCarrierUrl()
“Carrier Url to activate the device eSIM”- Returns:
- property carrierUrl
-
withCarrierUrl
public ActivateDeviceEsimActionResult withCarrierUrl(String carrierUrl)
Returns an immutable copy ofthiswith just thecarrierUrlfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“Carrier Url to activate the device eSIM”
- Parameters:
carrierUrl- new value ofcarrierUrlfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thecarrierUrlfield changed
-
withUnmappedField
public ActivateDeviceEsimActionResult withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classDeviceActionResult
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classDeviceActionResult
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classDeviceActionResult
-
builderActivateDeviceEsimActionResult
public static ActivateDeviceEsimActionResult.Builder builderActivateDeviceEsimActionResult()
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
-
toString
public String toString()
- Overrides:
toStringin classDeviceActionResult
-
-