ContactProfileListResult Class
- java.
lang. Object - com.
azure. resourcemanager. orbital. models. ContactProfileListResult
- com.
Implements
public final class ContactProfileListResult
implements JsonSerializable<ContactProfileListResult>
Response for the ListContactProfiles API service call.
Constructor Summary
| Constructor | Description |
|---|---|
| ContactProfileListResult() |
Creates an instance of Contact |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Contact |
fromJson(JsonReader jsonReader)
Reads an instance of Contact |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Contact |
value()
Get the value property: A list of contact profile resources in a resource group. |
|
Contact |
withValue(List<ContactProfileInner> value)
Set the value property: A list of contact profile resources in a resource group. |
Methods inherited from java.lang.Object
Constructor Details
ContactProfileListResult
public ContactProfileListResult()
Creates an instance of ContactProfileListResult class.
Method Details
fromJson
public static ContactProfileListResult fromJson(JsonReader jsonReader)
Reads an instance of ContactProfileListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URL to get the next set of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<ContactProfileInner> value()
Get the value property: A list of contact profile resources in a resource group.
Returns:
withValue
public ContactProfileListResult withValue(List<ContactProfileInner> value)
Set the value property: A list of contact profile resources in a resource group.
Parameters:
Returns: