public class OnPremisesAgent extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
OnPremisesAgent.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
externalIp |
protected String |
machineName |
protected AgentStatus |
status |
protected List<OnPremisesPublishingType> |
supportedPublishingTypes |
protected String |
supportedPublishingTypesNextLink |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
OnPremisesAgent() |
| Modifier and Type | Method and Description |
|---|---|
static OnPremisesAgent.Builder |
builderOnPremisesAgent()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
OnPremisesAgentGroupCollectionRequest |
getAgentGroups() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getExternalIp() |
Optional<String> |
getMachineName() |
Optional<AgentStatus> |
getStatus() |
com.github.davidmoten.odata.client.CollectionPage<OnPremisesPublishingType> |
getSupportedPublishingTypes() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
OnPremisesAgent |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
OnPremisesAgent |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
OnPremisesAgent |
withExternalIp(String externalIp) |
OnPremisesAgent |
withMachineName(String machineName) |
OnPremisesAgent |
withStatus(AgentStatus status) |
protected String machineName
protected String externalIp
protected AgentStatus status
protected List<OnPremisesPublishingType> supportedPublishingTypes
protected String supportedPublishingTypesNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static OnPremisesAgent.Builder builderOnPremisesAgent()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic OnPremisesAgent withMachineName(String machineName)
public OnPremisesAgent withExternalIp(String externalIp)
public Optional<AgentStatus> getStatus()
public OnPremisesAgent withStatus(AgentStatus status)
public com.github.davidmoten.odata.client.CollectionPage<OnPremisesPublishingType> getSupportedPublishingTypes()
public OnPremisesAgentGroupCollectionRequest getAgentGroups()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic OnPremisesAgent patch()
this with changed fields reset.public OnPremisesAgent put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.